Skip to content

Commit

Permalink
Allow gulp babelify to exist in prod
Browse files Browse the repository at this point in the history
  • Loading branch information
crookedneighbor committed Oct 1, 2015
1 parent b96d3fc commit 0212653
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ require('babel/register');
if (process.env.NODE_ENV === 'production') {
require('./tasks/gulp-newstuff');
require('./tasks/gulp-build');
require('./tasks/gulp-babelify');
} else {
require('glob').sync('./tasks/gulp-*').forEach(require);
require('gulp').task('default', ['test']);
Expand Down

0 comments on commit 0212653

Please sign in to comment.