Closed kouts closed 6 years ago
ractive-load has an edge branch as well. (Full disclosure: haven't tried it myself).
Thanks @martypdx I will try that, what tools do I need to build it?
No, it does not work with edge. It is outdated and would trigger: https://github.com/ractivejs/ractive/issues/2570
Ok so I managed to make ractive-load work with Ractive 0.8 edge. I did a local build and replaced in package.json dependencies "rcu" with
"rcu": "^0.9.0-edge1"
and devDependencies "ractive" with
"ractive": "git+https://github.com/ractivejs/ractive.git#edge"
Hooray! 👍 🎉 🎉 🎉 ...That was time!
You can thank @evs-chris for reminding me 😁
Hi, how to make this work with Ractive 0.8 edge?