Opened 14 years ago
Closed 14 years ago
#5855 closed defect (fixed)
cssImportIgnore build option
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | BuildSystem | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Talking with Pete, for multi-theme pages, we do not want to inline dijit.css for each them. So let's have a cssImportIgnore build option so you can specify some @import calls to ignore.
Also:
- Make sure .keepLines option for optimizeCss allows for stripping multiple empty lines, but do not do any other whitespace removal.
- Update build_release.sh to use optimizeCss=comments.keepLines cssImportIgnore=../dijit.css
Note: See
TracTickets for help on using
tickets.
(In [12476]) Fixes #5855: introduces cssImportIgnore and sets up build_release.sh to do a safe css optimization that excludes dijit.css from inlining in each theme. !strict