Created
December 15, 2015 10:11
-
-
Save sylvaincombes/b1ec32db10aa38b804c9 to your computer and use it in GitHub Desktop.
Command line to compile javascript with a browserify + babelify + babelify-presets-2015 combo
This file contains 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
browserify ${SOURCES_JS} --debug --outfile ${DESTINATION_JS} -t [ babelify --presets [ es2015] ]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment