浏览代码

generating a .max file for the viewer

Raanan Weber 7 年之前
父节点
当前提交
de6515dfc4
共有 1 个文件被更改,包括 5 次插入1 次删除
  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/"
                         }
                     ]
                 }
             ]
         }
     }
-}
+}