Hi, am trying to get my head around how the custom admin js and CSS work and have a couple of questions.
On some admin modules, like Dashboard and products, we can include js and CSS using the IAppExtension interface, but these files will not be included in products or settings or any newer part of the application?
Are there other hooks I can use to include uncompiled, js or CSS files in the header in the rest of the admin application as well?
When I build the js in the field-type project it creates/dist/vendor.js and the file can be accessed using where /Litium/Client/Scripts/dist/vendor.js but if I remove or change this file manually, it doses not seem to affect the file in the browser, removiing that file will not cause an error, why? Is this not the same file? Cached?
Am guessing that /vendor.js are supposed to be used for the newer part of the admin? But how do I include custom CSS?
Any information here would be helpful
Litium version: 7.2