소스 검색

Editor: sw.js clean up.

Mr.doob 5 년 전
부모
커밋
a23f432d45
1개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 3 2
      editor/sw.js

+ 3 - 2
editor/sw.js

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