Explorar el Código

including the viewer's max file in the npm module

Raanan Weber hace 7 años
padre
commit
5ef1cbefeb
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      Tools/Publisher/index.js

+ 2 - 1
Tools/Publisher/index.js

@@ -51,7 +51,8 @@ let packages = [
         required: [
             basePath + '/viewer/readme.md',
             basePath + '/viewer/package.json',
-            basePath + '/viewer/babylon.viewer.js'
+            basePath + '/viewer/babylon.viewer.js',
+            basePath + '/viewer/babylon.viewer.max.js'
         ]
     },
     {