Gulp cleanup

This commit is contained in:
Oliver Davies 2016-05-28 08:35:14 +01:00
parent 6dabfac540
commit f4de17acf5
6 changed files with 27 additions and 27 deletions

View file

@ -1,10 +1,7 @@
gulp.task('scripts', function () {
app.js(
[
config.bowerDir + '/jquery/dist/jquery.js',
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
config.js.search
],
'site.js'
);
app.js([
config.bowerDir + '/jquery/dist/jquery.js',
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
config.js.pattern
], 'site.js');
});