iron-meteor / iron-cli

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

--css flag generates css regardless of the option provided #236

Closed TomSchillemans closed 7 years ago

TomSchillemans commented 8 years ago

I have used iron create myapp --css=scss --html=jade --js=es6

The other flags work as intended, but the --css option generates css files instead. the less option generates css as well.

created app/client/stylesheets/main.css

chrisbutler commented 7 years ago

this should be fixed