Closed abhijeetkpawar closed 9 years ago
Currently, even if the minify flag is false in jspm.bundleSFX(...), the CSS gets minified. It would be better to have minfication optional or inferred based on bundling options.
minify
jspm.bundleSFX(...)
Good point - minification should only happen when opts.minify is set.
opts.minify
This is not currently possible with cleanCSS, but will be possible in future when the new postCSS version is used.
Currently, even if the
minify
flag is false injspm.bundleSFX(...)
, the CSS gets minified. It would be better to have minfication optional or inferred based on bundling options.