What's the proper way to configure mustache with stealconfig?
I'm using CanJS 2.1.3 and I looked at the example steal config here. https://github.com/bitovi/steal-can-example/blob/master/stealconfig.js
In my stealconfig.js I have this ext object.
In my canjs/view/mustache/ directory there isn't a system.js file. So I"m getting a 404 error. Should there be?
I'm using CanJS 2.1.3 and I looked at the example steal config here. https://github.com/bitovi/steal-can-example/blob/master/stealconfig.js
In my stealconfig.js I have this ext object.
-
ext: {
mustache: "can/view/mustache/system",
stache: "can/view/stache/system"
}
In my canjs/view/mustache/ directory there isn't a system.js file. So I"m getting a 404 error. Should there be?
GET http://localhost:100/bower_components/canjs/view/mustache/system.js 404 (Not Found) steal.js
error Not Found: http://localhost:100/bower_components/canjs/view/mustache/system.js undefined