-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oc-template-handlebars module #371
Conversation
nickbalestra
commented
Jan 25, 2017
•
edited
Loading
edited
- To be reviewed/rebased once https://github.com/opentable/oc-template-handlebars v1.0.0 has been published
…edTemplate method
dd9867b
to
bfa54f7
Compare
@@ -3926,42 +3926,6 @@ | |||
} | |||
} | |||
}, | |||
"handlebars": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is gonna break node 7. You need complete dep tree. Basically you can just add "dependencies" to "oc-template-handlebars" and nest this snippet here
bfa54f7
to
a8b5618
Compare
Another little thing @nickbalestra - can you update oc-client's package.json too? (that is only the package.json, we got rid of the shrinkwrap there) |
Excellent. This is a great foundation for modular templates 👍 |