enb / enb-stylus

Stylus related techs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compress option

blond opened this issue · comments

  • Use csswring for compress by default: compress: true.
  • Support native compressor: compress: 'native'.

After discussion, decided not to use the native stylus compressor, because he minified only .styl files and css remains as is because it not open this @import.
Decided to do this after rendering using clean-css