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
The "Other Static Assets" functionality appears to only work in prod, not dev.
This appears to be because worker.js calls serve-static in prod and Mincer in dev.
The docu implies this is the case by using a prod config as an example, but does not explicitly state this won't work in dev.
I hit this because I was investigating the option of serving favicons & apple touch icons from the web root rather than using Meta tags to point at the location.
So do we;
a) care enough about this to code around it in dev or
b) amend the docu?
(I guess b)
The text was updated successfully, but these errors were encountered:
The "Other Static Assets" functionality appears to only work in prod, not dev.
This appears to be because worker.js calls
serve-static
in prod and Mincer in dev.The docu implies this is the case by using a prod config as an example, but does not explicitly state this won't work in dev.
I hit this because I was investigating the option of serving favicons & apple touch icons from the web root rather than using Meta tags to point at the location.
So do we;
a) care enough about this to code around it in dev or
b) amend the docu?
(I guess b)
The text was updated successfully, but these errors were encountered: