Browse Source

Editor: sw.js clean up.

Mr.doob 5 years ago
parent
commit
a23f432d45
1 changed files with 3 additions and 2 deletions
  1. 3 2
      editor/sw.js

+ 3 - 2
editor/sw.js

@@ -3,6 +3,9 @@
 const assets = [
 	'./',
 
+	'./manifest.json',
+	'./images/icon.png',
+
 	'../files/favicon.ico',
 
 	'../build/three.module.js',
@@ -57,8 +60,6 @@ const assets = [
 
 	'../examples/jsm/webxr/VRButton.js',
 
-	'./manifest.json',
-	'./images/icon.png',
 	'./images/rotate.svg',
 	'./images/scale.svg',
 	'./images/translate.svg',