To make changes to the theme
-
Edit the relevant sass file in
src/sass/. -
Run
gulp sassto translate to css indist. -
Run
gulp minify-cssto minify the css indist. -
Copy the updated CSS files to the
wwwrepository with something like:cp dist/styles.min.css ../www/docs/_static/dist/ cp dist/css/styles.css ../www/docs/_static/dist/css/