Page 1 of 1

What all can I delete if I want to keep just one theme ?

Posted: 03 Jan 2019, 14:10
by manishbjain
I feel there is a lot of unnecessary code considering my requirement specifically the css for each theme which is making the app very slow. I would like to delete all those files. What all can I delete If I want to keep , say only an Indigo theme ?

Re: What all can I delete if I want to keep just one theme ?

Posted: 07 Jan 2019, 14:58
by merve7
You can delete;
1. src/assets/demo all folder
2. src/assets/layout/css/*.scss and src/assets/layout/css/*.css files (excluding indigo)
3. you can delete images you don't use in src/assets/layout/images
4. src/assets/theme/css/*.scss and src/assets/theme/css/*.css files (excluding indigo)