Gruntfile reduced to only grunt-only "version" plugin. Gulpfile set up. package.json updated with gulp dependencies
This commit is contained in:
27
package.json
27
package.json
@@ -17,23 +17,26 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"postinstall": "node node_modules/bower/bin/bower install && grunt dev"
|
||||
"postinstall": "node node_modules/bower/bin/bower install && gulp dev"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">= 0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"bower": ">=1.3.9",
|
||||
"grunt": "~0.4.5",
|
||||
"grunt-autoprefixer": "~0.8.1",
|
||||
"grunt-contrib-concat": "~0.4.0",
|
||||
"grunt-contrib-jshint": "~0.10.0",
|
||||
"grunt-contrib-less": "~0.11.3",
|
||||
"grunt-contrib-uglify": "~0.5.0",
|
||||
"grunt-contrib-watch": "~0.6.1",
|
||||
"grunt-modernizr": "~0.5.2",
|
||||
"grunt-wp-assets": "~0.2.6",
|
||||
"load-grunt-tasks": "~0.6.0",
|
||||
"time-grunt": "~0.3.2"
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-wp-assets": "^0.2.6",
|
||||
"gulp": "^3.8.7",
|
||||
"gulp-autoprefixer": "0.0.8",
|
||||
"gulp-concat": "^2.3.4",
|
||||
"gulp-grunt": "^0.5.2",
|
||||
"gulp-jshint": "^1.8.4",
|
||||
"gulp-less": "^1.3.3",
|
||||
"gulp-livereload": "^2.1.0",
|
||||
"gulp-minify-css": "^0.3.7",
|
||||
"gulp-modernizr": "https://github.com/doctyper/gulp-modernizr/tarball/develop",
|
||||
"gulp-rename": "^1.2.0",
|
||||
"gulp-sourcemaps": "^1.1.1",
|
||||
"gulp-uglify": "^0.3.1"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user