adding shim for jquery and underscore to backbone

This commit is contained in:
Jarred de Beer
2013-11-16 16:38:43 +02:00
parent 7cb3930c40
commit 3a14a89280
@@ -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"
} }