From 32f727ee5ff07eced6c50a629b1eae08ddd72a76 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 5 Apr 2016 20:38:55 +0100 Subject: [PATCH] Fixed path in scripts task --- gulpfile.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index 29315efa..25893b4b 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -58,7 +58,7 @@ gulp.task('scripts', function () { app.js([ config.bowerDir + '/jquery/dist/jquery.js', config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js', - config.assetsDir + config.jsPattern + config.assetsDir + '/' + config.jsPattern ], 'site.js'); })