Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

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

Closed
hermiteu opened this issue Mar 29, 2013 · 1 comment
Closed

Comments

@hermiteu
Copy link

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
Copy link
Member

kevva commented Mar 30, 2013

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.

@kevva kevva closed this as completed Mar 30, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants