首页 > 代码库 > grunt第一次配置
grunt第一次配置
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第一次配置
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。