node-ractify
node-ractify copied to clipboard
Support for imports via <link>
<link rel="ractive" href="./comp.html">
<comp>
Fair enough.
Added test.
Does this actually work if one includes ractive via browserify? I just noticed that you're referencing a Ractive global from the generated file... wonder what's the best way to pass that in.
Ractive always registers itself as a global, so it should work.