Browse Source

generating a .max file for the viewer

Raanan Weber 7 years ago
parent
commit
de6515dfc4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      Tools/Gulp/config.json

+ 5 - 1
Tools/Gulp/config.json

@@ -1689,10 +1689,14 @@
                         {
                             "filename": "viewer.js",
                             "outputDirectory": "/../../Viewer/dist/"
+                        },
+                        {
+                            "filename": "babylon.viewer.max.js",
+                            "outputDirectory": "/viewer/"
                         }
                     ]
                 }
             ]
         }
     }
-}
+}