Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save fukurouzhong/368916c1bbd6257e297c02e54c7568e3 to your computer and use it in GitHub Desktop.
Save fukurouzhong/368916c1bbd6257e297c02e54c7568e3 to your computer and use it in GitHub Desktop.
problem getting CSS file included using yeoman generator
https://github.com/yeoman/generator-angular/issues/1116
@fukurouzhong
Copy link
Author

fukurouzhong commented May 24, 2016

change code in "bower.json" file in mytodo folder:
"bootstrap":"^3.2.0" --> "bootstrap":"3.3.4"
中间的^代表高于此版本,会默认安装最新版本的bootstrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment