diff options
author | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2020-04-14 16:01:14 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas@loeuillet.org> | 2020-04-14 16:01:14 +0200 |
commit | 39676caf83a3d85203a769295d65c8ce32953883 (patch) | |
tree | 1c98d8fdcdf8aa6941a21290bcbe883132ea891f /app/config | |
parent | 2b21cc8869c9a6cbcc14a10aa6f39a10c3b8c4a0 (diff) | |
download | wallabag-39676caf83a3d85203a769295d65c8ce32953883.tar.gz wallabag-39676caf83a3d85203a769295d65c8ce32953883.tar.zst wallabag-39676caf83a3d85203a769295d65c8ce32953883.zip |
Removed old, not so maintained and buggy baggy themeremove-baggy
Diffstat (limited to 'app/config')
-rw-r--r-- | app/config/config.yml | 1 | ||||
-rw-r--r-- | app/config/webpack/common.js | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/app/config/config.yml b/app/config/config.yml index 4eea0531..186524eb 100644 --- a/app/config/config.yml +++ b/app/config/config.yml | |||
@@ -167,7 +167,6 @@ nelmio_cors: | |||
167 | liip_theme: | 167 | liip_theme: |
168 | load_controllers: false | 168 | load_controllers: false |
169 | themes: | 169 | themes: |
170 | - baggy | ||
171 | - material | 170 | - material |
172 | autodetect_theme: wallabag_core.helper.detect_active_theme | 171 | autodetect_theme: wallabag_core.helper.detect_active_theme |
173 | 172 | ||
diff --git a/app/config/webpack/common.js b/app/config/webpack/common.js index 233497fd..c7fd12ac 100644 --- a/app/config/webpack/common.js +++ b/app/config/webpack/common.js | |||
@@ -8,7 +8,6 @@ module.exports = function () { | |||
8 | return { | 8 | return { |
9 | entry: { | 9 | entry: { |
10 | material: path.join(rootDir, './app/Resources/static/themes/material/index.js'), | 10 | material: path.join(rootDir, './app/Resources/static/themes/material/index.js'), |
11 | baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'), | ||
12 | public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'), | 11 | public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'), |
13 | }, | 12 | }, |
14 | output: { | 13 | output: { |