diff --git a/gulpfile.babel.js b/gulpfile.babel.js index cfd2f5291..097604ab7 100644 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -109,7 +109,7 @@ gulp.task('scripts', () => // Note: Since we are not using useref in the scripts build pipeline, // you need to explicitly list your scripts here in the right order // to be correctly concatenated - './app/scripts/main.js' + 'app/scripts/main.js' // Other scripts ]) .pipe($.newer('.tmp/scripts'))