yeoman / generator-bootstrap

Yeoman generator for Bootstrap
http://yeoman.io
186 stars 40 forks source link

Command-line override for format #9

Closed passy closed 11 years ago

passy commented 11 years ago

I'd like to have an option to set the desired format via CLI or via hookFor options. Shouldn't have any negative consequences, right?

sindresorhus commented 11 years ago

Not that I can think of. But try out this rev with generator-angular to make sure it doesn't break it.

passy commented 11 years ago

@sindresorhus generator-angular is still using fetch.remote or a vendor css file for bootstrap, if I'm not mistaken.

kevva commented 11 years ago

lgtm. One thing though, as mentioned in yeoman/generator#214, not sure the options is passed on from hookFor.

passy commented 11 years ago

@kevva Fiddled around with that for a while, but the current way works.

sindresorhus commented 11 years ago

generator-angular is still using fetch.remote or a vendor css file for bootstrap, if I'm not mistaken.

Oh, I thought it did. Then nvm.