Serve sw-pleroma.js properly
authorhref <href@random.sh>
Fri, 1 Feb 2019 10:34:41 +0000 (11:34 +0100)
committerhref <href@random.sh>
Fri, 1 Feb 2019 10:34:41 +0000 (11:34 +0100)
lib/pleroma/plugs/instance_static.ex
lib/pleroma/web/endpoint.ex

index af2f6f331bb0e478f50d699ee9e24ca2e575e841..11f108de74f46ac8f20bfeca839d23476bc88fcd 100644 (file)
@@ -21,7 +21,7 @@ defmodule Pleroma.Plugs.InstanceStatic do
     end
   end
 
-  @only ~w(index.html static emoji packs sounds images instance favicon.png)
+  @only ~w(index.html static emoji packs sounds images instance favicon.png sw.js sw-pleroma.js)
 
   def init(opts) do
     opts
index 0b4ce9cc495622c27e0b56cb00c7e83d4fc73087..2b156fdfd5489df1d9c4926ea05cabd5ca535285 100644 (file)
@@ -25,7 +25,7 @@ defmodule Pleroma.Web.Endpoint do
     at: "/",
     from: :pleroma,
     only:
-      ~w(index.html static finmoji emoji packs sounds images instance sw.js favicon.png schemas doc)
+      ~w(index.html static finmoji emoji packs sounds images instance sw.js sw-pleroma.js favicon.png schemas doc)
   )
 
   # Code reloading can be explicitly enabled under the