1

bower.js用来保持jquerybootstrap提前版本,并grunt.js用来缩小和连接文件

但是一些第三个库,比如bootstrap有 js 文件和 css 文件,我应该把整个bootstrap文件夹放在哪里?我考虑过这样的结构:

project
|
|---build
|   |--js // minify jquery.min.js + bootstrap.min.js + script.min.js
|   |--css
|
|---src
|   |--js   //my own script.js file
|   |--css  //my own style.css file
|
|---bower_components
|   |---jquery
|   |---bootstrap
|
|---bower.json
|---Gruntfile.js

这合适吗?

4

0 回答 0