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

More intelligent caching in the app itself #1

Closed
jbroadway opened this issue Aug 25, 2011 · 0 comments
Closed

More intelligent caching in the app itself #1

jbroadway opened this issue Aug 25, 2011 · 0 comments

Comments

@jbroadway
Copy link
Owner

The {# #} tags hard-code the compiled scripts/stylesheets into your templates, which is great for production. In development, using {! !} tags works, but will run the recompile step on each request, which can slow down development. The app should use caching based on file modification time internally as well, so it only recompiles when the scripts have changed (e.g., mtime of cached file < mtime of original).

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

1 participant