ractivejs / rcu

Ractive.js component utilities - tools for component loader implementers
12 stars 9 forks source link

Use with browserify? #33

Open briancray opened 7 years ago

briancray commented 7 years ago

Is there any documentation on how this can be supported with browserify? We use ractive-componentify atm but would appreciate official support for ractive component files.

MartinKolarik commented 7 years ago

http://docs.ractivejs.org/0.8/using-ractive-with-browserify

briancray commented 7 years ago

I realize there are options out there as I mentioned in my comment. I'm more interested in official solutions or solutions that use RCU to parse the component file since it's more likely to be maintained and up to date with the latest ractive template spec.

MartinKolarik commented 7 years ago

I'm afraid these are the "most official ones" since they are linked in the docs. I've previously used Ractify, which uses rcu under the hood (but it seems it hasn't been updated for a while).