reference:https://github.com/angular-ui/bootstrap/tree/0.12.1
just look the following :
We are always looking for the quality contributions! Please check the CONTRIBUTING.md for the contribution guidelines.
npm install -g grunt-cli karma
npm install
while current directory is bootstrap repogrunt
- this will run lint
, test
, and concat
targetsgrunt html2js
then grunt build:module1:module2...:moduleN
You can generate a custom build, containing only needed modules, from the project‘s homepage. Alternatively you can run local Grunt build from the command line and list needed modules as shown below:
grunt build:modal:tabs:alert:popover:dropdownToggle:buttons:progressbar
Check the Grunt build file for other tasks that are defined for this project.
原文:http://www.cnblogs.com/direction/p/4877090.html