rtd
rtd copied to clipboard
Meteor app at localhost:3000 fails with template-engine-preview-5.5
RTD doesn't seem to work with the preview releases for Meteor's new templating/rendering engine. The RTD CLI works fine and grunt tasks seem to run ok (only saw coffeelint run so far); however, on both the client-side Meteor app and its mirror the console spits out the following errors:
My guess is that the variable name change from Spark (old renderer) to UI (new renderer) broke something in the process. I know it's not out yet but I thought it'd be worth investigating!
Thanks for letting us know. I've not had a chance to mess around with the new rendering engine yet. I will soon though. We're waiting on the new iron-router to work with the new rendering engine before we convert our app! Dependency chain right there!
@xolvio Already does - see this pr https://github.com/EventedMind/iron-router/pull/238, the new rendering engine is supported on the shark branch (https://github.com/EventedMind/iron-router/tree/shark)
All of the projects I'm working on would benefit in some way from switching to the new engine but most are dependant on rtd & iron-router. It would be great if rtd could soon be updated to include support for the new engine as well.
Bump :)
Soon, I promise :)
Thanks for your quick reply, I am looking forward to it.
Be sure to keep us all updated :)