diff --git a/src/build/create_worker.clj b/src/build/create_worker.clj index c554fdc..cc6e98e 100644 --- a/src/build/create_worker.clj +++ b/src/build/create_worker.clj @@ -4,8 +4,7 @@ [build.util :as u])) (defn- urls-to-cache [module-id->output-name] - ["" - "index.html" + ["index.html" "manifest.json" "img/icon.svg" (u/asset "js/app.js" module-id->output-name)