From 5374936f50a71cc7096558d4829c10d24a9bb0d9 Mon Sep 17 00:00:00 2001 From: Nicolas Hoizey Date: Tue, 3 May 2016 17:06:00 +0200 Subject: [PATCH] Consistency with every other paths --- gulpfile.babel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))