I know that PA can quickly serve static files right off the disk with the static files routing. My question is that if it is necessary to minify the static files.
If so, is there a way to compile the static files on app boot so I do not have to run a css/js minifier on each git push when I modify the static file?