Skip to content

scottaddie/gulp-babel-es6

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 

gulp-babel-es6

A demonstration of using Gulp and Babel together for ES6 support in gulpfile.js.

##Project Setup

  1. Install Gulp globally: npm install -g gulp
  2. Navigate to the project directory and run: npm install to install the project's dependencies from NPM.
  3. Type gulp build to kick off the custom "build" task. After running this command, note the following line in the console's output: "Requiring external module babel/register". This is an indication that the Babel module is being loaded before attempting to read the Gulp configuration file.

About

A demonstration of using Gulp and Babel together for ES6 support in gulpfile.js.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published