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

@ -15,6 +15,7 @@
"dependencies": {
"bootstrap-sass": "~3.3.6",
"font-awesome": "fontawesome#~4.5.0",
"compass-breakpoint": "breakpoint-sass#~2.6.1"
"compass-breakpoint": "breakpoint-sass#~2.6.1",
"jquery2": "^2.0.0"
}
}

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'