mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix gulp in production
This commit is contained in:
parent
5e111f6f6c
commit
ea2788ab2f
1 changed files with 1 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ if (process.env.NODE_ENV === 'production') {
|
|||
require('./gulp/gulp-newstuff');
|
||||
require('./gulp/gulp-build');
|
||||
require('./gulp/gulp-babelify');
|
||||
require('./gulp/gulp-bootstrap');
|
||||
} else {
|
||||
require('glob').sync('./gulp/gulp-*').forEach(require);
|
||||
require('gulp').task('default', ['test']);
|
||||
|
|
|
|||
Loading…
Reference in a new issue