adding shim for jquery and underscore to backbone
This commit is contained in:
@@ -5,6 +5,9 @@
|
|||||||
"jquery": "jquery@2.0",
|
"jquery": "jquery@2.0",
|
||||||
"underscore": "underscore@1.5"
|
"underscore": "underscore@1.5"
|
||||||
},
|
},
|
||||||
|
"shim": {
|
||||||
|
"backbone": ["jquery", "underscore"]
|
||||||
|
},
|
||||||
"buildConfig": {
|
"buildConfig": {
|
||||||
"uglify": "true"
|
"uglify": "true"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user