Fixed path in scripts task
This commit is contained in:
parent
cc94525f73
commit
32f727ee5f
|
@ -58,7 +58,7 @@ gulp.task('scripts', function () {
|
||||||
app.js([
|
app.js([
|
||||||
config.bowerDir + '/jquery/dist/jquery.js',
|
config.bowerDir + '/jquery/dist/jquery.js',
|
||||||
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
|
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
|
||||||
config.assetsDir + config.jsPattern
|
config.assetsDir + '/' + config.jsPattern
|
||||||
], 'site.js');
|
], 'site.js');
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue