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.
All code here https://github.com/tracer99/stealbreaksdrag