Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bootstrap.css file is not included in index.html page initially. #620

Closed
yingdi11 opened this issue Mar 20, 2016 · 2 comments
Closed

bootstrap.css file is not included in index.html page initially. #620

yingdi11 opened this issue Mar 20, 2016 · 2 comments

Comments

@yingdi11
Copy link

when I reached step 5 in the instruction page.I did not see the button for splendid.I look into the source code.I realized bower_components/bootstrap/dist/css/bootstrap.css is not included in the index file.

I follow the instruction in this page 👍 http://yeoman.io/codelab/preview-inbrowser.html.

Thanks!

@coffeejunk
Copy link

this appears to be an issue with bootstrap's bower.json. The (quick)fix for this is adding this to your bower.json

"overrides": {
  "bootstrap": {
    "main": [
      "dist/js/bootstrap.js",
      "dist/css/bootstrap.css",
      "less/bootstrap.less"
    ]
  }
}

@eddiemonge
Copy link
Member

its a bug in generator that was caused by the bootstrap team

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants