Join Slack
Powered by
Is there a way to use resource hashing? So that I ...
# javascript
m
Marc Knaup
11/04/2020, 12:47 AM
Is there a way to use resource hashing? So that I get
assets/image.<somehash>.png
for example and can also reference it properly.
🔥 2
t
turansky
11/04/2020, 1:50 AM
Do you need such “magic” for
distribution
?
m
Marc Knaup
11/04/2020, 2:35 AM
That’s not magic but standard when building web apps to avoid caching issues. Yes, for production distribution.
Marc Knaup
11/04/2020, 3:07 AM
Solved it 🎉
Marc Knaup
11/04/2020, 3:10 AM
https://gist.github.com/fluidsonic/b082a89917bdf4fa2bc9c441a2fc0a6c
🎉 2
2
Views
Open in Slack
Previous
Next