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