switched from grunt to gulp

This commit is contained in:
kayone 2014-08-28 14:40:18 -07:00
commit 4d23b2cac3
23 changed files with 861 additions and 561 deletions

View file

@ -4,7 +4,7 @@
"description": "NZBDrone",
"main": "index.js",
"scripts": {
"preinstall": "npm install grunt-cli -g"
"preinstall": ""
},
"repository": {
"type": "git",
@ -15,14 +15,22 @@
"gitHead": "9ff7aa1bf7fe38c4c5bdb92f56c8ad556916ed67",
"readmeFilename": "readme.md",
"dependencies": {
"grunt": "*",
"grunt-contrib-handlebars": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-less": "0.8.3",
"grunt-contrib-copy": "*",
"grunt-notify": "*",
"grunt-contrib-clean": "*",
"grunt-contrib-requirejs": "*",
"grunt-contrib-jshint": "*"
"gulp": "^3.8.7",
"gulp-handlebars": "^2.2.0",
"gulp-declare": "^0.3.0",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-wrap-amd": "^0.3.1",
"gulp-wrap": "^0.3.0",
"streamqueue": "^0.1.1",
"gulp-replace": "^0.4.0",
"fs-extra": "^0.11.0",
"gulp-print": "^1.1.0",
"gulp-less": "^1.3.5",
"gulp-jshint": "^1.8.4",
"gulp-cached": "^1.0.1",
"jshint-stylish": "^0.4.0",
"requirejs": "^2.1.14",
"run-sequence": "^0.3.6"
}
}