Skip to content

Instantly share code, notes, and snippets.

@yanni4night
Created September 6, 2016 09:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yanni4night/ad8a2587a113658c25bec5babbdc86ae to your computer and use it in GitHub Desktop.
Save yanni4night/ad8a2587a113658c25bec5babbdc86ae to your computer and use it in GitHub Desktop.
gulp.src([‘server/*.js’, ‘common/*.js’]).pipe(babel(es2015))
gulp.src([‘client/*.js’, ‘common/*.js’]).pipe(babel(es5))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment