Fix jQuery version

This commit is contained in:
Oliver Davies 2016-06-23 01:18:55 +01:00
parent a6270eabcd
commit aefeae2a1c
2 changed files with 3 additions and 2 deletions

View file

@ -1,6 +1,6 @@
gulp.task 'scripts', ->
app.js [
config.bowerDir + '/jquery/dist/jquery.js',
config.bowerDir + '/jquery2/jquery.js',
config.bowerDir + '/bootstrap-sass/assets/javascripts/bootstrap.js',
config.js.sourceDir + config.js.pattern
], 'site.js'