yeoman / generator-bootstrap

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

Generate index.html? #35

Closed Redsandro closed 9 years ago

Redsandro commented 10 years ago

Should this generator include a default index.html setup to include the bootstrap scripts, ready for a hello world kinda thing? Or is there something that makes more sense that I am blatantly ignoring?

Like generator-webapp creates one (but server-side):

https://github.com/yeoman/generator-webapp/blob/master/app/index.js#L136

Tropicalista commented 9 years ago

+1

addyosmani commented 9 years ago

The idea is that this generator only scaffolds out the Bootstrap dependency that you need, pulling that in based on your answer in prompts. We could optionally prompt for an index to be added.

In the mean time, I strongly recommend using generator-webapp for a more complete solution as it will prompt for both Bootstrap and Sass CSS.

istudiomobile commented 9 years ago

Tried generator-webapp but version 0.5.0 wants Yo 1.2.0 and since couldn't update to that version despite updating npm, no Yo. I'll stick to manually grab my files. Wasted more time trying to make this thing to work than picking my files from my local folders.

arthurvr commented 9 years ago

@brickyenne I guess there are many people on stack overflow that would be willing to help you out.

I agree with @addyosmani in here.

kevva commented 9 years ago

Yep, will probably not happen.