Fix jQuery version
This commit is contained in:
parent
a6270eabcd
commit
aefeae2a1c
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue