You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2020/06/11 17:34:41 UTC

[incubator-streampipes] branch dev updated: Remove dependencies from ui

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new ef7ff63  Remove dependencies from ui
ef7ff63 is described below

commit ef7ff63b21bbecb8bd0c9940033503b4b49509d1
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Jun 11 19:34:16 2020 +0200

    Remove dependencies from ui
---
 ui/angular.json | 7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/ui/angular.json b/ui/angular.json
index 9f442e2..621b62d 100644
--- a/ui/angular.json
+++ b/ui/angular.json
@@ -36,12 +36,7 @@
               "node_modules/jquery.panzoom/dist/jquery.panzoom.js",
               "node_modules/jquery-ui-dist/jquery-ui.js",
               "node_modules/jsplumb/dist/js/jsPlumb-2.1.3-min.js",
-              "node_modules/trix/dist/trix.js",
-              "src/assets/three.min.js",
-              "src/assets/threex.domevents.js",
-              "src/assets/OrbitControls.js",
-              "src/assets/PackWidget.js",
-              "src/assets/render.js"
+              "node_modules/trix/dist/trix.js"
             ]
           },
           "configurations": {