浏览代码

configuration to fit relative directories

Raanan Weber 7 年之前
父节点
当前提交
2262a2dbfa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      Tools/Gulp/config.json

+ 2 - 2
Tools/Gulp/config.json

@@ -1656,7 +1656,7 @@
                     "destination": [
                         {
                             "filename": "viewer.min.js",
-                            "outputDirectory": "../../Viewer/dist/"
+                            "outputDirectory": "/../../Viewer/dist/"
                         },
                         {
                             "filename": "babylon.viewer.js",
@@ -1669,7 +1669,7 @@
                     "destination": [
                         {
                             "filename": "viewer.js",
-                            "outputDirectory": "../../Viewer/dist/"
+                            "outputDirectory": "/../../Viewer/dist/"
                         }
                     ]
                 }