Customized theme for ERPNext/Frappe
-
For changes in Desk UI
-css:custom_theme/public/css/custom_theme.css
-js:custom_theme/public/js/desk_script.js -
For changes in Website UI (pages, webpages, blogs, newsletter etc.)
-css:custom_theme/public/css/website_theme.css
-js:custom_theme/public/js/website_script.js -
For production servers you will need to build assests after making any changes in files mentioned above
bench build --app <app_name>
MIT