Hello there,
I am trying to change some CSS, without changing core files, to keep the system safe for updates.
i followed the suggestions of Anand in this post:
Unfortunately, I see a 404 Error in the console. The CSS file is not found on the path I expect it:
/assets/mycustomapp/css/mycustomapp.css
Any ideas? This is from my hooks file:
# Includes in <head>
# ------------------
# include js, css files in header of desk.html
# app_include_css = "/assets/mycustomapp/css/mycustomapp.css"
app_include_css = "/assets/mycustomapp/css/mycustomapp.css"
# app_include_js = "/assets/mycustomapp/js/mycustomapp.js"
The file is exactly located in:
~/frappe-bench/apps/mycustomapp/mycustomapp/public/css/custom.css
Thank you very much.