Quantcast
Channel: JavaScriptMVC Forum
Viewing all articles
Browse latest Browse all 3491

How to configure mustache with stealconfig?

$
0
0
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.

  1. 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?







Viewing all articles
Browse latest Browse all 3491

Trending Articles