add jquery as a bootstrap dependency
This commit is contained in:
@@ -2,9 +2,12 @@
|
|||||||
"main": "js/bootstrap",
|
"main": "js/bootstrap",
|
||||||
"shim": {
|
"shim": {
|
||||||
"js/bootstrap": {
|
"js/bootstrap": {
|
||||||
"deps": "jquery",
|
"deps": ["jquery"],
|
||||||
"exports": "$"
|
"exports": "$"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "github:components/jquery"
|
||||||
|
},
|
||||||
"files": ["css", "fonts", "js"]
|
"files": ["css", "fonts", "js"]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user