From 624fb652c000ae30569c880a1d2b5e185bef62bc Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 11 Feb 2022 12:15:13 +0100 Subject: [PATCH] wip #5041 @1.5 --- .idea/workspace.xml | 419 ++------------------- app/Models/ELearningPackage.php | 2 +- package.json | 12 +- resources/elearningmedia/js/app.js | 131 ------- resources/elearningmedia/js/spectrum.js | 130 +++++++ resources/elearningmedia/webpack.mix.js | 4 + resources/elearningpackage/js/app.js | 1 - resources/elearningpackage/js/bootstrap.js | 1 - resources/elearningpackage/webpack.mix.js | 4 + resources/js/app.js | 1 - resources/js/bootstrap.js | 28 -- resources/sass/app.sass | 1 - update | 3 +- webpack.mix.js | 23 +- 14 files changed, 179 insertions(+), 581 deletions(-) create mode 100644 resources/elearningmedia/webpack.mix.js create mode 100644 resources/elearningpackage/webpack.mix.js delete mode 100644 resources/js/app.js delete mode 100644 resources/js/bootstrap.js delete mode 100644 resources/sass/app.sass diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7c68765b4..304363210 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -22,391 +22,20 @@