Split Gulp tasks into their own files
This commit is contained in:
parent
c743e5f9f3
commit
5e8b52c338
11 changed files with 51 additions and 51 deletions
10
gulp/scripts.js
Normal file
10
gulp/scripts.js
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
gulp.task('scripts', function () {
|
||||
app.js(
|
||||
[
|
||||
config.bowerDir + '/jquery/dist/jquery.js',
|
||||
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
|
||||
config.assetsDir + '/' + config.jsPattern
|
||||
],
|
||||
'site.js'
|
||||
);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue