Curtis, thanks, however it doesn't appear that steal can build because:
That's with this:
I just want to make a Can app run on a site that uses Twitter Bootstrap. Not a weird edge case I hope...
- !!!!!!!!!!! ERROR !!!!!!!!!!!
-message = Cannot call method "extend" of undefined
-fileName = file:////web/public/js/jmvc/can/util/jquery/jquery.js
-lineNumber = 2
-name = TypeError
error loading html element [object HTMLScriptElement] TypeError: Cannot call method "extend" of undefined
- steal.config({
map: {
"*": {
"jquery/jquery.js" : "jquery",
"can/util/util.js": "can/util/jquery/jquery.js"
}
},
paths: {
"jquery": './empty.js'
},
shim : {
jquery: {
exports: "jQuery"
}
},
ext: {
js: "js",
css: "css",
ejs: "can/view/ejs/ejs.js"
}
})
I just want to make a Can app run on a site that uses Twitter Bootstrap. Not a weird edge case I hope...