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

Add inheritsHooksFrom, update README (Fix #7) #14

Closed jgladch closed 9 years ago

jgladch commented 9 years ago

Now there is an inheritsHooksFrom method, we inherit hooks by default when invoking copyAs. Readme has been updated with an example.

jgladch commented 9 years ago

Sorry for opening / closing. Was rewriting git history to combine commits and clean things up for the history and got carried away. This should be mergable now. Tests for these features coming up.

aldeed commented 9 years ago

@jgladch, this looks great pending resolution of my one comment.

jgladch commented 9 years ago

Looks like removing that broke some tests. I'll handle and update this PR.

aldeed commented 9 years ago

Cool, thanks! That's why it's nice to have tests. :)