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
Making new template-based add-ons would be easier if there was a
frontendfolder 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/frontendFor development time, the Jetty plugin configuration should also have
<resourceBase>${project.basedir}/src/main/resources/META-INF/resources</resourceBase>in the webAppConfig