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

Re : How do I load the new Can with Mootools?

$
0
0
Figured out that it's the following paths override in bower.json
 "canjs": "bower_components/canjs/can.mootools.js"

now I have to figure out how to define mootools as a dependency for canjs

Edit: to be clear, the issue now is that mootools isn't being loaded as a dependency for canjs
I tried inserting 
 "canjs": {
          "deps": ["mootoolsMore"]
      }
in the meta section of system, but this didn't do the trick.



Viewing all articles
Browse latest Browse all 3491

Trending Articles