systemjs / plugin-css

CSS loader plugin
MIT License
92 stars 60 forks source link

Need option to avoid minification #45

Closed abhijeetkpawar closed 9 years ago

abhijeetkpawar commented 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.

guybedford commented 9 years ago

Good point - minification should only happen when opts.minify is set.

guybedford commented 9 years ago

This is not currently possible with cleanCSS, but will be possible in future when the new postCSS version is used.