use-init / init

INIT extends HTML5 Boilerplate, adds more structure for SCSS and JavaScripts files, includes build tasks and a whole lot more.
http://use-init.com/
MIT License
591 stars 69 forks source link

CSS file is not compressed when running 'grunt build' #101

Closed msslovi0 closed 10 years ago

msslovi0 commented 10 years ago

When I run 'grunt build' I get a non-compressed CSS file. My tasks/options/sass.js is unchanged. When I run

scss -t compressed scss/main.scss css/main.css

manually the file is compressed as expected.

drublic commented 10 years ago

Thanks for reporting and to Anselm for fixing.