ractivejs / ractive-load

Import templates and components using AJAX
ractivejs.github.io/ractive-load
MIT License
55 stars 10 forks source link

Does ractive-load works with edge? #37

Closed kouts closed 6 years ago

kouts commented 8 years ago

Hi, how to make this work with Ractive 0.8 edge?

martypdx commented 8 years ago

ractive-load has an edge branch as well. (Full disclosure: haven't tried it myself).

kouts commented 8 years ago

Thanks @martypdx I will try that, what tools do I need to build it?

dagnelies commented 8 years ago

No, it does not work with edge. It is outdated and would trigger: https://github.com/ractivejs/ractive/issues/2570

kouts commented 8 years ago

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"
dagnelies commented 6 years ago

Hooray! 👍 🎉 🎉 🎉 ...That was time!

fskreuz commented 6 years ago

You can thank @evs-chris for reminding me 😁