feedhenry / mcp-standalone

Standalone version of the mobile-control-panel.
http://feedhenry.org
Apache License 2.0
13 stars 21 forks source link

Use less instead of sass #20

Closed david-martin closed 7 years ago

david-martin commented 7 years ago

to remove the dependency on ruby (and the compass gem) for local development. Currently, there is 1 sass file https://github.com/feedhenry/mcp-standalone/blob/master/web/app/styles/main.scss

Suggesting using https://github.com/gruntjs/grunt-contrib-less or similar module to dynamically serve compiled css for local development with grunt serve, and to build css with grunt build task.

david-martin commented 7 years ago

@maleck13 @jasonmadigan This one make sense to you?

jasonmadigan commented 7 years ago

Yes, makes sense. One less environmental dependency, and LESS has a comparatively rich feature-set for our needs I would say.