Created
August 12, 2014 09:37
-
-
Save chiehwen/20d9170b62d116f57dd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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