interactive-pioneers / generator-pioneerapp

Yeoman generator to scaffold front-end web app.
GNU General Public License v3.0
3 stars 0 forks source link

Implement grunt-csscomb task #44

Open ain opened 7 years ago

ain commented 7 years ago

In conjunction of #18, csscomb could be implemented as a separate Grunt task in order to fill in whenever IDE is not allowing combing.

https://www.npmjs.com/package/grunt-csscomb

davleh commented 7 years ago

Yes, would be a nice thing! We could then take it over to other projects or our default grunt configuration. @beroes will also like this as he often complains about sort order and css formatting.