update
parent
b0baa3a2d8
commit
4c520a11a6
|
@ -40,4 +40,4 @@ process.on('unhandledRejection', (reason, p) => {
|
|||
// Load all the gulpfiles only if running tasks other than the editor tasks
|
||||
const build = path.join(__dirname, 'build');
|
||||
require('glob').sync('gulpfile.*.js', { cwd: build })
|
||||
.forEach(f => require(`./build/${f}`));
|
||||
.forEach(f => require(`./build/${f}`));
|
||||
|
|
Loading…
Reference in New Issue