Skip to content

Instantly share code, notes, and snippets.

@csrui
Created April 14, 2014 11:44
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save csrui/10640686 to your computer and use it in GitHub Desktop.
Save csrui/10640686 to your computer and use it in GitHub Desktop.
Dependencies for the gulpfile.js
{
"devDependencies": {
"gulp": "~3.6.0",
"gulp-rename": "~1.2.0",
"gulp-concat": "~2.2.0",
"gulp-minify-css": "~0.3.1",
"gulp-uglify": "~0.2.1",
"gulp-sass": "~0.7.1",
"gulp-chmod": "~0.2.0",
"gulp-notify": "~1.2.5",
"gulp-jshint": "~1.5.3",
"gulp-yuidoc": "~0.1.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment