-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
Description
Making new template-based add-ons would be easier if there was a frontend folder already present in the file structure (perhaps with a helpful readme file like in the base starter).
This should go to resources/META-INF/resources/frontend
For development time, the Jetty plugin configuration should also have <resourceBase>${project.basedir}/src/main/resources/META-INF/resources</resourceBase>
in the webAppConfig
eriklumme