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
I'm using UpUp with Angular CLI, and it create CSS and JS file names with a HASH, like:
styles.6f851ef5ed61f94dfc02.bundle.css
inline.97f84214598998adf604.bundle.js
scripts.7bf3eef718d3d11d4686.bundle.js
...
So, as I don't know exactly the file names, before the deploy, there's any option to cache all page resources?
Thanks,
The text was updated successfully, but these errors were encountered:
Those tools automate everything for you, or you can manually write a build time script which will be taking file names and rewriting them in your code. But that's much harder and more error prone.
I'm using UpUp with Angular CLI, and it create CSS and JS file names with a HASH, like:
styles.6f851ef5ed61f94dfc02.bundle.css
inline.97f84214598998adf604.bundle.js
scripts.7bf3eef718d3d11d4686.bundle.js
...
So, as I don't know exactly the file names, before the deploy, there's any option to cache all page resources?
Thanks,
The text was updated successfully, but these errors were encountered: