I'm having a strange issue where steal is adding .js to the end of the file names. Is there some where other than the stealconfig that I need to define extensions?
I have the ext object in my stealconfig.
ext: {
less: "steal/less.js",
ejs: "can/view/ejs/system",
mustache: "can/view/mustache/system",
stache: "can/view/stache/system"
},
I'm using bower with these versions of canjs and steal.
"dependencies": {
"canjs": "git://github.com/bitovi/canjs.git#017d8aed847dc69e7abaae1bd3edb274c13cb89d",
"jquery": "~2.1.1",
"steal": "0.2.2"
}
I have the ext object in my stealconfig.
ext: {
less: "steal/less.js",
ejs: "can/view/ejs/system",
mustache: "can/view/mustache/system",
stache: "can/view/stache/system"
},
I'm using bower with these versions of canjs and steal.
"dependencies": {
"canjs": "git://github.com/bitovi/canjs.git#017d8aed847dc69e7abaae1bd3edb274c13cb89d",
"jquery": "~2.1.1",
"steal": "0.2.2"
}