2016-05-27 22:25:38 +00:00
|
|
|
gulp.task('scripts', function () {
|
2016-05-28 07:35:14 +00:00
|
|
|
app.js([
|
|
|
|
config.bowerDir + '/jquery/dist/jquery.js',
|
|
|
|
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
|
|
|
|
config.js.pattern
|
|
|
|
], 'site.js');
|
2016-05-27 22:25:38 +00:00
|
|
|
});
|