去年用grunt写过一个项目,app为源文件, dist下为grunt打包后文件可直接传到server上的目录主要目录如下: app images scripts styles views index.html favicon.ico robots.txt index.html dist test bower_components node_modules Gruntfile.js bower.json package.json
去年用grunt写过一个项目,app为源文件, dist下为grunt打包后文件可直接传到server上的目录
主要目录如下:
app
images
scripts
styles
views
index.html
favicon.ico
robots.txt
index.html
dist
test
bower_components
node_modules
Gruntfile.js
bower.json
package.json