longshotlabs / meteor-template-extension

A Meteor package: Replace already defined templates, inherit helpers and events from other templates
https://atmospherejs.com/aldeed/template-extension
MIT License
220 stars 20 forks source link

Show-Stopper: Uncaught ReferenceError: Spacebars is not defined #24

Closed krawalli closed 9 years ago

krawalli commented 9 years ago

3.4.0 contains the missing underscore package bug. Please put a new release with the fix to atmosphere.

Please release new Package version.

KrishnaPG commented 9 years ago

This thing wasted me two days to figure out who the culprit was.

After adding a new package to my project and did a casual meteor update, started seeing whole bunch of errors. All this while I was blaming the other new package and trying left and right somehow to identify / fix what was wrong with that package - just to realize after two days the culprit is this one.

image

mitar commented 9 years ago

Yes, this was already merged. Just a new version has to be released.

krawalli commented 9 years ago

i did a workaround with having (git master) as local package and at least this error is gone. However i think there is a new problem, which i could not dive into yet.

the (Blaze) template created and rendered events (and so their function) are no longer triggered for sub-templates. My another workaround is to switch to this packages hooks.

I did not isolate or tested and confirmed this. Maybe someone could test this and confirm everything is running before release the version.

aldeed commented 9 years ago

Released