shunter
shunter copied to clipboard
"Other Static Assets" works in prod only
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)