Grunt → Gulp
Showing
Gruntfile.js
deleted
100644 → 0
gulpfile.js
0 → 100644
... | @@ -26,13 +26,15 @@ | ... | @@ -26,13 +26,15 @@ |
"shower-ribbon": "^2.0.4" | "shower-ribbon": "^2.0.4" | ||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"grunt": "^0.4.5", | "del": "^2.2.0", | ||
"grunt-bump": "0.7.0", | "fs": "0.0.2", | ||
"grunt-contrib-clean": "^1.0.0", | "gulp": "^3.9.1", | ||
"grunt-contrib-compress": "^1.1.1", | "gulp-gh-pages": "^0.5.4", | ||
"grunt-contrib-copy": "^1.0.0", | "gulp-rename": "^1.2.2", | ||
"grunt-gh-pages": "^1.0.0", | "gulp-replace": "^0.5.4", | ||
"grunt-text-replace": "^0.4.0", | "gulp-rsync": "0.0.5", | ||
"load-grunt-tasks": "^3.4.1" | "gulp-zip": "^3.2.0", | ||
"merge-stream": "^1.0.0", | |||
"run-sequence": "^1.1.5" | |||
} | } | ||
} | } |
Please register or sign in to comment