码迷,mamicode.com
首页 > 其他好文 > 详细

grunt第一次配置

时间:2016-10-23 17:55:07      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:log   end   div   eve   base   desc   apache   for   java   

package.json

 

 1 {
 2   "name": "fortest",
 3   "title": "ForTest1",
 4   "description": "Library for composing asynchronous and event-based operations in JavaScript",
 5   "repository": {
 6     "type": "git",
 7     "url": "https://git.coding.net/konghao/fortest.git"
 8   },
 9   "license": "Apache-2.0",
10   "devDependencies": {
11     "grunt": "*",
12     "grunt-contrib-concat": "^1.0.1",
13     "grunt-contrib-jshint": "^1.0.0",
14     "grunt-contrib-uglify": "*",
15     "grunt-contrib-watch": "^1.0.0"
16   }
17 }

 

gruntfile.js

 

 1 {
 2   "name": "fortest",
 3   "title": "ForTest1",
 4   "description": "Library for composing asynchronous and event-based operations in JavaScript",
 5   "repository": {
 6     "type": "git",
 7     "url": "https://git.coding.net/konghao/fortest.git"
 8   },
 9   "license": "Apache-2.0",
10   "devDependencies": {
11     "grunt": "*",
12     "grunt-contrib-concat": "^1.0.1",
13     "grunt-contrib-jshint": "^1.0.0",
14     "grunt-contrib-uglify": "*",
15     "grunt-contrib-watch": "^1.0.0"
16   }
17 }

 

grunt第一次配置

标签:log   end   div   eve   base   desc   apache   for   java   

原文地址:http://www.cnblogs.com/konghao8013/p/5990078.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!