-
Notifications
You must be signed in to change notification settings - Fork 104
Support for Handlebars.js #63
Comments
Pull requests are more than welcome, the documentation only shows examples On Fri, Feb 28, 2014 at 4:01 PM, Michael Phillips
|
I see you started working on this already, can't wait to accept your PR, thanks @createbang! |
I'm not sure I agree that the presence of two examples means that those are the only two ways something can work. Anyway, I do have a PR in the works for this, with an updated |
perfect On Sat, Mar 1, 2014 at 10:57 AM, Michael Phillips
|
@createbang hows the PR? |
@niftylettuce it's basically done, but I want to clean some things up and also expose some handlebars helpers in the examples. Hopefully soon. |
Hi guys, just checking in on this? Really keen for hbs support :) |
@niftylettuce: Was this done? Is handlebars supported? 🤞 |
I'm wondering what the recommended method of integration into handlebars.js is. The examples outlined in the
README.md
only outline implementations in Jade and EJS, but my site uses Handlebars templates. I see that on this line: https://github.com/niftylettuce/express-cdn/blob/master/lib/main.js#L514, you reference only two valid extensions - does this mean there isn't support for any templating language other than these two? If so, this should be made explicit in theREADME.md
The text was updated successfully, but these errors were encountered: