https://github.com/scottaddie/gulp-babel-es6
A demonstration of using Gulp and Babel together for ES6 support in gulpfile.js.
https://github.com/scottaddie/gulp-babel-es6
Last synced: 2 months ago
JSON representation
A demonstration of using Gulp and Babel together for ES6 support in gulpfile.js.
- Host: GitHub
- URL: https://github.com/scottaddie/gulp-babel-es6
- Owner: scottaddie
- License: mit
- Created: 2015-08-25T16:13:58.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-26T02:24:12.000Z (almost 10 years ago)
- Last Synced: 2025-02-05T05:28:08.772Z (4 months ago)
- Language: JavaScript
- Size: 104 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.