Created
September 6, 2016 09:12
-
-
Save yanni4night/fcdc252b72a5c83c526f83376fd0a8eb 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
gulp.src(‘entry.js’).pipe(babel()).pipe(uglify()).pipe(gulp.write()); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment