This commit is contained in:
Miguel Solorio 2020-10-16 09:31:47 -07:00
parent b0baa3a2d8
commit 4c520a11a6

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