pull/108964/head
Miguel Solorio 2020-10-16 09:31:47 -07:00
parent b0baa3a2d8
commit 4c520a11a6
1 changed files with 1 additions and 1 deletions

View File

@ -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}`));