Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Get rid of library file minimization #656

@cashaffer

Description

@cashaffer

We have a process in our build process that supposedly "minimizes" the ODSA framework library files. This whole concept is long obsolete and so this should be removed. It involves at least these steps:

  • Remove generating "minimized" versions from /Makefile. This means that a bunch of files with names like XX-min.js and XX-min.css won't exist anymore.
  • Everywhere that XX-min.css or XX-min.js is referenced, it needs be changed to its base file (like XX.css or XX.js). This will appear in various templates that create HTML files that include the library files, and also in various HTML files in places like /AV and /Exercises that reference the library files.
  • Properly handle the issue of lib/odsaAV-min.css currently being generated from lib/normalize.css and lib/odsaAV.css. That is, don't lose the use of normalize.css.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions