yeoman / generator-webapp

A gulp.js generator for modern webapps
3.77k stars 708 forks source link

to instruct gulp to use Babel, we need to rename the gulpfile.js to gulpfile.babel.js #573

Closed rameshvr closed 8 years ago

rameshvr commented 8 years ago

to instruct gulp to use Babel, we need to rename the gulpfile.js to gulpfile.babel.js

sindresorhus commented 8 years ago

No, the gulpfile is not using any Babel features. Only Node.js 4 or higher required.