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

Assets cache #9

Open
nenadalm opened this issue Jan 5, 2018 · 1 comment
Open

Assets cache #9

nenadalm opened this issue Jan 5, 2018 · 1 comment

Comments

@nenadalm
Copy link
Contributor

nenadalm commented Jan 5, 2018

Hi. It looks like the css in the template will be cached by browsers:

[:head [:link {:rel "stylesheet" :href "/css/site.css"}]]

Maybe some cache busting should be used? I have zero experience with it in clojure/clojurescript, but maybe https://github.com/voxdolo/lein-buster would be useful.

@yogthos
Copy link
Member

yogthos commented Jan 6, 2018

The lein-buster plugin relies on a Clojure library to generate HTML tags at runtime, so this wouldn't be applicable in ClojureScript.

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