8000 JS cat and minify on all pages · Issue #5 · andyreagan/hedonometer · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

JS cat and minify on all pages #5

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

Open
andyreagan opened this issue Sep 30, 2014 · 0 comments
Open

JS cat and minify on all pages #5

andyreagan opened this issue Sep 30, 2014 · 0 comments
Assignees

Comments

@andyreagan
Copy link
Owner

need a good strategy for non catted, non minified JS for development, then minification for testing, and finally pushing minified to production

in the django .html templates for, example, maps.html, there are a bunch of JS includes. this is great for adding new features with just page reloads to test them
in books.html, the JS is catted together. this adds another step when writing new code
in index.html, everything is catted and minified. page load better (but the lions share of the loading is the data...but again that is async), but very slow for development (the minification takes a few seconds)

@andyreagan andyreagan self-assigned this Sep 30, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant
0