forked from wallabag/wallabag
Removed old, not so maintained and buggy baggy theme
This commit is contained in:
committed by
Nicolas Lœuillet
parent
0883bda18d
commit
29308024ac
@ -169,7 +169,6 @@ nelmio_cors:
|
||||
liip_theme:
|
||||
load_controllers: false
|
||||
themes:
|
||||
- baggy
|
||||
- material
|
||||
autodetect_theme: Wallabag\CoreBundle\Helper\DetectActiveTheme
|
||||
|
||||
|
||||
@ -7,7 +7,6 @@ const rootDir = path.resolve(__dirname, '../../../');
|
||||
module.exports = {
|
||||
entry: {
|
||||
material: path.join(rootDir, './app/Resources/static/themes/material/index.js'),
|
||||
baggy: path.join(rootDir, './app/Resources/static/themes/baggy/index.js'),
|
||||
public: path.join(rootDir, './app/Resources/static/themes/_global/share.js'),
|
||||
},
|
||||
output: {
|
||||
|
||||
Reference in New Issue
Block a user