Browse Source

configuration to fit relative directories

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

+ 2 - 2
Tools/Gulp/config.json

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