From 833796d25c2ab1fbec8bd1e9755517ac3f43783b Mon Sep 17 00:00:00 2001 From: Joao Moreno Date: Tue, 2 Jul 2019 15:38:23 +0200 Subject: remove gulpfile.ci --- gulpfile.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index e41bf4a498f..8a5eff502f6 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -40,6 +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 }) - .filter(f => !/gulpfile\.ci\.js/.test(f)) - .forEach(f => require(`./build/${f}`)); -require('./build/gulpfile.ci.js'); \ No newline at end of file + .forEach(f => require(`./build/${f}`)); \ No newline at end of file -- cgit v1.2.3