norcalli / ractiveify

Browserify transform for ractive components (and by extension templates) which allows for compilation of embedded scripts and styles!
9 stars 1 forks source link

Ractiveify not compatible with latest ractivejs #5

Closed dkleehammer closed 9 years ago

dkleehammer commented 9 years ago

In the ractiveify package.json dependency list, the dependency is for ractivejs 0.6.x, however, the latest ractivejs is 0.7.2. This is causing the template mismatched error. Are there any new releases coming out soon to remedy this?

norcalli commented 9 years ago

What is the exact error you're getting/a quick way to replicate this? I haven't updated my ractive in a bit, so I hadn't run into problems. I'll look into updating it.

dkleehammer commented 9 years ago

Thanks for the quick reply, here is the error message: Mismatched template version (expected 3, got 1)! Please ensure you are using the latest version of Ractive.js in your build process as well as in your app

This error shows up when ractive is attempting to extend a component compiled with ractiveify.

norcalli commented 9 years ago

I'm able to reproduce. I'll try updating now.

norcalli commented 9 years ago

See if it works now @ 1.5.5. Sorry I lagged. Hadn't touched this in a bit.

dkleehammer commented 9 years ago

Working great now, thanks!