Ticket #5855 (closed defect: fixed)

Opened 9 months ago

Last modified 9 months ago

cssImportIgnore build option

Reported by: jburke Owned by: jburke
Priority: normal Milestone: 1.1
Component: BuildSystem Version: 1.0
Severity: normal Keywords:
Cc:

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

Change History

Changed 9 months ago by jburke

  • status changed from new to closed
  • resolution set to fixed

(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

Note: See TracTickets for help on using tickets.