-
Notifications
You must be signed in to change notification settings - Fork 137
Open
Description
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
Labels
No labels