CSS Themes

0
Where are css files located like theme.css or bootstrap.min.css?
asked
1 answers
1

Iqbal,

These files can be found in your deployment directory of the project: <project dir="">\deployment\web\lib\bootstrap\css --> bootstrap.min.css <project dir="">\deployment\web\css

If you want to edit these place them in the same directory structure under the <project dir="">\theme directory, as these files are overwritten when starting the server. When in the theme dir the files will be copied to the correct dirs in the deployment dir when starting the server.

answered