Right now on each app load we get a 404 for custom.css. I will solve this by creating a flag holding css files for branding purposes and include them only if they are in included in this flag.
[ ] Create EXTRA_BRANDING flag in conf/general.js
[ ] includeBranding() just in case EXTRA_BRANDING.length > 0
Right now on each app load we get a 404 for custom.css. I will solve this by creating a flag holding css files for branding purposes and include them only if they are in included in this flag.