Skip to content

Instantly share code, notes, and snippets.

@chiehwen
Created August 12, 2014 09:37
Show Gist options
  • Save chiehwen/20d9170b62d116f57dd6 to your computer and use it in GitHub Desktop.
Save chiehwen/20d9170b62d116f57dd6 to your computer and use it in GitHub Desktop.
require! gulp
uglify = require \gulp-uglifyjs
gulp.task \uglify ->
gulp.src(<[
deps.js
js/jquery-2.1.1.min.js
js/jquery-ui-1.10.4.custom.min.js
js/jquery.hoverIntent.js
js/jquery.ruby.js
js/bootstrap/dropdown.js
js/simp-trad.js
js/prelude-browser-min.js
js/react.js
]>).pipe(uglify!).pipe(gulp.dest \js)
gulp.task \default <[ uglify ]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment