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

Re : config of new steal

$
0
0
One more

I get
  1. core/init/init.mustache.js 404 not found
which makes sense, beacuse the file is named core/init/init.mustache
I edited the stealconfig.js to
  1. System.config({
  2.   paths: {
  3.       'jquery/*': "bower_components/jquery/dist/*.js",
  4.       'can/*' : 'bower_components/CanJS/*.js'
  5.   },
  6.     ext: {
  7.     mustache: "can/view/mustache/system"
  8.     },
  9.   meta: {jquery: { exports: "jQuery" } }
  10. });
without effects. I tried

  1. mustache: "bower_components/CanJS/view/mustache/system"
and
  1. mustache: "bower_components/CanJS/view/mustache/system.js"

whithot any effect either.



Viewing all articles
Browse latest Browse all 3491

Trending Articles