mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-14 10:12:21 +00:00
Allow gulp babelify to exist in prod
This commit is contained in:
parent
b96d3fc3fc
commit
02126533e7
1 changed files with 1 additions and 0 deletions
|
|
@ -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']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue