You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Is there a way to create asset hashes or something similar in content names? I want to cache css and js files, but I can't do that unless I somehow address it. I've tried searching without success: is there an option, an API, a plugin that does this? So that when I have a script block like this:
script(src=contents.js['main.js'].url)
...that it generates the output similar to this:
<script src="main.<CONTENT_SHA>.js"></script>
...or something similar to that? Timestamps, version numbers, anything?
The text was updated successfully, but these errors were encountered:
Hello,
Is there a way to create asset hashes or something similar in content names? I want to cache css and js files, but I can't do that unless I somehow address it. I've tried searching without success: is there an option, an API, a plugin that does this? So that when I have a script block like this:
...that it generates the output similar to this:
...or something similar to that? Timestamps, version numbers, anything?
The text was updated successfully, but these errors were encountered: