From 2f490996dcde13f9ad884d509bb99b591635fa57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20GINIER?= Date: Sun, 26 Jun 2022 00:46:06 +0200 Subject: [PATCH] Update --- app/sculptgl.js.LICENSE.txt | 77 ------------------------------------- package.json | 4 +- tools/index.release.html | 2 +- tools/index.website.html | 2 +- 4 files changed, 4 insertions(+), 81 deletions(-) delete mode 100644 app/sculptgl.js.LICENSE.txt diff --git a/app/sculptgl.js.LICENSE.txt b/app/sculptgl.js.LICENSE.txt deleted file mode 100644 index 951e0ba7..00000000 --- a/app/sculptgl.js.LICENSE.txt +++ /dev/null @@ -1,77 +0,0 @@ -/*! Hammer.JS - v2.0.7 - 2016-04-22 - * http://hammerjs.github.io/ - * - * Copyright (c) 2016 Jorik Tangelder; - * Licensed under the MIT license */ - -/*! exports provided: default */ - -/*! no static exports found */ - -/*!**********************!*\ - !*** ./src/yagui.js ***! - \**********************/ - -/*!************************!*\ - !*** ./src/GuiMain.js ***! - \************************/ - -/*!******************************!*\ - !*** ./src/widgets/Color.js ***! - \******************************/ - -/*!******************************!*\ - !*** ./src/widgets/Title.js ***! - \******************************/ - -/*!*******************************!*\ - !*** ./src/utils/GuiUtils.js ***! - \*******************************/ - -/*!*******************************!*\ - !*** ./src/widgets/Button.js ***! - \*******************************/ - -/*!*******************************!*\ - !*** ./src/widgets/Slider.js ***! - \*******************************/ - -/*!********************************!*\ - !*** ./src/containers/Menu.js ***! - \********************************/ - -/*!********************************!*\ - !*** ./src/utils/EditStyle.js ***! - \********************************/ - -/*!*********************************!*\ - !*** ./src/widgets/Checkbox.js ***! - \*********************************/ - -/*!*********************************!*\ - !*** ./src/widgets/Combobox.js ***! - \*********************************/ - -/*!**********************************!*\ - !*** ./src/containers/Folder.js ***! - \**********************************/ - -/*!**********************************!*\ - !*** ./src/containers/Topbar.js ***! - \**********************************/ - -/*!***********************************!*\ - !*** ./src/containers/Sidebar.js ***! - \***********************************/ - -/*!***********************************!*\ - !*** ./src/widgets/BaseWidget.js ***! - \***********************************/ - -/*!***********************************!*\ - !*** ./src/widgets/MenuButton.js ***! - \***********************************/ - -/*!*****************************************!*\ - !*** ./src/containers/BaseContainer.js ***! - \*****************************************/ diff --git a/package.json b/package.json index b8e00338..7a6c1085 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "dev": "node_modules/.bin/webpack -w", "server": "http-server app -p 8080", "release": "node_modules/.bin/webpack --env release", - "webad": "node_modules/.bin/webpack --env.webad", - "website": "node_modules/.bin/webpack --env.website", + "webad": "node_modules/.bin/webpack --env webad", + "website": "node_modules/.bin/webpack --env website", "buildElectron": "yarn release && rm -rf standalone/app/ && cp -R app/ standalone/ && cp package.json standalone", "standalone": "yarn buildElectron && cd standalone && node buildStandalone.js" }, diff --git a/tools/index.release.html b/tools/index.release.html index 9832192a..c294a2fe 100644 --- a/tools/index.release.html +++ b/tools/index.release.html @@ -41,7 +41,7 @@ - + diff --git a/tools/index.website.html b/tools/index.website.html index ead62dc9..3f239107 100644 --- a/tools/index.website.html +++ b/tools/index.website.html @@ -57,7 +57,7 @@ - + \ No newline at end of file