Migrate into Gulp.

This commit is contained in:
Hyunje Alex Jun
2015-02-11 15:53:08 +00:00
parent 254b22877c
commit 804d94d3a0
10 changed files with 99 additions and 123 deletions
+8 -10
View File
@@ -26,18 +26,16 @@
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "0.0.16",
"grunt-contrib-clean": "~0.4.1",
"grunt-contrib-csslint": "~0.1.2",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.1.1",
"grunt-sass": "^0.16.1",
"load-grunt-tasks": "^1.0.0"
"gulp": "^3.8.10",
"gulp-bump": "^0.1.11",
"gulp-jshint": "^1.9.0",
"gulp-rename": "^1.2.0",
"gulp-rimraf": "^0.1.1",
"gulp-sass": "^1.3.1",
"gulp-uglify": "^1.0.2"
},
"scripts": {
"test": "grunt travis --verbose"
"test": "gulp"
},
"license": "MIT"
}