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