rename production to release directory, rebuild assets

This commit is contained in:
Harshavardhana
2021-04-25 16:43:12 -07:00
parent f7feff8665
commit d825d92499
19 changed files with 86 additions and 76 deletions

View File

@@ -47,7 +47,7 @@ func (h indexHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {
h.handler.ServeHTTP(w, r)
}
const assetPrefix = "production"
const assetPrefix = "release"
// specialAssets are files which are unique files not embedded inside index_bundle.js.
const specialAssets = "index_bundle.*.js|loader.css|logo.svg|firefox.png|safari.png|chrome.png|favicon-16x16.png|favicon-32x32.png|favicon-96x96.png"