diff options
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: { |