Gulp cleanup
This commit is contained in:
parent
6dabfac540
commit
f4de17acf5
6 changed files with 27 additions and 27 deletions
|
|
@ -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');
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue