angular-template-asset-pipeline icon indicating copy to clipboard operation
angular-template-asset-pipeline copied to clipboard

assets.configOptions.angular is not found when application is run in dev environment (no war))

Open dariusan opened this issue 7 years ago • 1 comments

I had to redundantly place the plugin configuration params (templateFolder, templateModuleName) in application.groovy and build.gradle, so that they get applied when running in dev environment without war deployment and as well while building a war. In application.groovy I had to unwrap the angular specific configurations from configOptions. This is a bug that should be fixed. (HTMLTemplateProcessor)

dariusan avatar Jul 20 '17 14:07 dariusan

Hi, I have the same issue in our project, using Spring Boot only.

How did you fix it exactly?

sebastianzillessen avatar Nov 24 '20 07:11 sebastianzillessen