Dinamic Folder for assets #15377
Unanswered
IvanWala
asked this question in
CLI - PWA mode
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi.
I want to know how can we achieve a dinamic folder in every build. Is posible put all the assets content in a dinamic folder like this:
let TIMESTAMP = +new Date();
/${TIMESTAMP}/img/jpg
/${TIMESTAMP}/img/png
/${TIMESTAMP}/js/js
/${TIMESTAMP}/icons/.png
/${TIMESTAMP}/icons/.ico
/${TIMESTAMP}/css/.png
And this be understanded by the service-worker?
Beta Was this translation helpful? Give feedback.
All reactions