meteor-ssl
meteor-ssl copied to clipboard
Cannot use without blaze-html-templates
I'm using vue and static-html package for handling html and so I can't have blaze-html-templates at the same time. But in your code you are referencing Template.registerHelper which breaks the code on non-blaze projects. Could you please make it not dependent on blaze templates? or make client helpers optional.
The problem is that when I try to change your package locally (just comment the Template. call) it get "Socket hang up" from proxy, it stops working suddenly. Any help?
Thanks a lot