iron-meteor / iron-cli

A scaffolding command line tool for Meteor applications.
640 stars 82 forks source link

Switch to LESS #222

Closed sandervanhooft closed 8 years ago

sandervanhooft commented 8 years ago

I have created an app with the default settings. Is it possible to switch from CSS to LESS after the initial scaffolding? Or should I start over with a new app (iron create --css=less).

chrisbutler commented 8 years ago

@sandervanhooft you could just make the change in your config file and all new stylesheets will be generated using the LESS templates... but it won't change any files that have already been generated