Skip to content

Instantly share code, notes, and snippets.

@cfxd
Last active August 29, 2015 14:10
Show Gist options
  • Save cfxd/49307febcf0af20e02d5 to your computer and use it in GitHub Desktop.
Save cfxd/49307febcf0af20e02d5 to your computer and use it in GitHub Desktop.
Gulp (and Grunt) by Example. See http://cfxdesign.com/gulp-and-grunt-by-example
"devDependencies": {
"bower": ">=1.3.9",
"gulp": "^3.8.7",
"gulp-autoprefixer": "^0.0.7",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.3.4",
"gulp-filter": "^0.4.1",
"gulp-grunt": "^0.5.2",
"gulp-imagemin": "^0.6.0",
"gulp-jshint": "^1.8.4",
"gulp-less": "^1.3.3",
"gulp-livereload": "^2.1.0",
"gulp-load-plugins": "^0.5.0",
"gulp-minify-css": "^0.3.7",
"gulp-plumber": "^0.6.3",
"gulp-rename": "^1.2.0",
"gulp-rev": "^2.0.1",
"gulp-sourcemaps": "^1.1.1",
"gulp-uglify": "^0.3.1",
"imagemin-pngcrush": "^1.0.0",
"jshint-stylish": "^0.4.0",
"jquery": "1.11.1",
"lodash": "^2.4.1",
"main-bower-files": "^1.0.1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment