From 00906f3da30668629e38bcdecf41b839ad271b3b Mon Sep 17 00:00:00 2001 From: Oskar Persson Date: Wed, 12 Jun 2019 15:43:05 +0200 Subject: [PATCH] Remove unused and empty frontend files --- .../frontend/static/frontend/gulpfile.js | 1 - .../frontend/styles/modules/my_page.scss | 0 .../static/frontend/styles/styles.scss | 1 - .../static/frontend/views/my_page.html | 21 ------------------- 4 files changed, 23 deletions(-) delete mode 100644 ESSArch_TA/frontend/static/frontend/styles/modules/my_page.scss delete mode 100644 ESSArch_TA/frontend/static/frontend/views/my_page.html diff --git a/ESSArch_TA/frontend/static/frontend/gulpfile.js b/ESSArch_TA/frontend/static/frontend/gulpfile.js index 0a7e6e4..afd3892 100644 --- a/ESSArch_TA/frontend/static/frontend/gulpfile.js +++ b/ESSArch_TA/frontend/static/frontend/gulpfile.js @@ -119,7 +119,6 @@ var jsVendorFiles = [ coreCssFiles + '/**/*.scss', 'styles/modules/index.scss', 'styles/modules/login.scss', - 'styles/modules/my_page.scss', 'styles/modules/receive_sip.scss', 'styles/modules/workspace.scss', 'styles/modules/profile_editor.scss', diff --git a/ESSArch_TA/frontend/static/frontend/styles/modules/my_page.scss b/ESSArch_TA/frontend/static/frontend/styles/modules/my_page.scss deleted file mode 100644 index e69de29..0000000 diff --git a/ESSArch_TA/frontend/static/frontend/styles/styles.scss b/ESSArch_TA/frontend/static/frontend/styles/styles.scss index 22fc780..c2e06d3 100644 --- a/ESSArch_TA/frontend/static/frontend/styles/styles.scss +++ b/ESSArch_TA/frontend/static/frontend/styles/styles.scss @@ -53,7 +53,6 @@ @import 'core/modules/buttons'; @import 'core/modules/sysinfo'; @import 'modules/receive_sip'; -@import 'modules/my_page'; @import 'modules/tree_control'; @import 'modules/workspace'; @import 'core/modules/notifications'; diff --git a/ESSArch_TA/frontend/static/frontend/views/my_page.html b/ESSArch_TA/frontend/static/frontend/views/my_page.html deleted file mode 100644 index e3c58fc..0000000 --- a/ESSArch_TA/frontend/static/frontend/views/my_page.html +++ /dev/null @@ -1,21 +0,0 @@ - - - - - - - - -
- -
- My page section -
- -