Skip to content
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

Question: Production vs. Development #17

Open
metajungle opened this issue Jul 16, 2014 · 1 comment
Open

Question: Production vs. Development #17

metajungle opened this issue Jul 16, 2014 · 1 comment

Comments

@metajungle
Copy link

In "development" mode it seems I need to pre-compile my handlebars, but in production mode the handlebars templates are compiled for me. So, in production, the plugin wants mustache templates, while in development mode, it wants precompiled handlebars as JavaScript functions.

What is the suggested approach for making things work nicely both in development and in production? What am I doing wrong?

@sheehan
Copy link
Owner

sheehan commented Jul 16, 2014

It should behave the same. Is there anything different about your resources configuration between dev and prod?

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

No branches or pull requests

2 participants