yeoman / generator-bootstrap

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

Bootstrap generator crashes when generating a template with vanilla CSS #7

Closed hermiteu closed 11 years ago

hermiteu commented 11 years ago

The Bootstrap generator crashes when generating a template with vanilla CSS.

Steps to reproduce:

$ npm install generator-bootstrap
$ yo bootstrap

Would you like to use Twitter Bootstrap for Compass (as opposed to vanilla CSS)?

$ n

Error: ENOENT, no such file or directory '/Users/herman/workspaces/prototype_workspace/yo_bootstrap/node_modules/generator-bootstrap/app/templates/bootstrap.css' at Object.fs.openSync (fs.js:338:18)

at Generator.bootstrapFiles (/Users/herman/workspaces/prototype_workspace/yo_bootstrap/node_modules/generator-bootstrap/app/index.js:52:10)

Looks like it doesn't pull in vanilla Bootstrap files.

generator-bootstrap@0.1.0

kevva commented 11 years ago

There has been some refactoring to this generator. It should be fixed in the next release. You could use npm install yeoman/generator-bootstrap to install the generator directly from github.