yeoman / generator-bootstrap

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

Use Bower #1

Closed sindresorhus closed 11 years ago

sindresorhus commented 11 years ago

Need to use Bower for this one, so Bootstrap can be easily updated. As done in the webapp generator.

See the bower#install() method: https://github.com/yeoman/generator/wiki/base

Would probably also be better to use the simple format here: https://github.com/yeoman/generators/blob/master/test/fixtures/custom-generator-simple/main.js

Eg: https://github.com/yeoman/generator-mocha/blob/master/app/index.js

sindresorhus commented 11 years ago

@btford

sindresorhus commented 11 years ago

Can you answer this thread? https://groups.google.com/d/msg/yeoman-dev/-/Wy8mBv0OvP8J

sindresorhus commented 11 years ago

Also make sure to remove the glyph images, since they're already included in the Bower component. Probably needs to be added to the gruntfile though.

btford commented 11 years ago

Can you answer this thread?

Done; I'm working on fleshing out this generator today.

sindresorhus commented 11 years ago

ping

btford commented 11 years ago

Closed via f1cacf0da39b849d427dc122eaa3936169730538