Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Mustache_Compiler #6

Open
wuchang1123 opened this issue Jan 22, 2013 · 5 comments
Open

Mustache_Compiler #6

wuchang1123 opened this issue Jan 22, 2013 · 5 comments

Comments

@wuchang1123
Copy link

do you have a plan to code compiler?thanks.

@everplays
Copy link
Contributor

sorry but not soon (I keep it open as reminder). thanks for suggestion.

@pavelsmolka
Copy link

Do I understand it correctly that handlebars.php does NOT support precompiling hbs->js to be used later on client?

@everplays
Copy link
Contributor

No, It doesn't support any "to js" compilation. We've built it to use same
templates for both client and server sides. Also it can be useful if you're
using History API (show user what they want immediately without unnecessary
XHRs).

On Sun, Mar 10, 2013 at 1:26 AM, Pavel Smolka [email protected]:

Do I understand it correctly that handlebars.php does NOT support
precompiling hbs->js to be used later on client?


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-14671564
.

regards,
behrooz

@ryan-mahoney
Copy link
Contributor

Hi guys,

This is a similar project, that does support compiling templates:

https://github.com/zordius/lightncandy

But -- it does not currently support registering custom helpers.

I'm trying to decide whether I should add compiling to this project, or helpers to that project ;)

@everplays
Copy link
Contributor

Awesome, please keep us posted about your decision.
On Feb 3, 2014 3:21 AM, "Ryan Mahoney" [email protected] wrote:

Hi guys,

This is a similar project, that does support compiling templates:


Reply to this email directly or view it on GitHubhttps://github.com//issues/6#issuecomment-33917419
.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants