When running gradle run or bootRun i have the issue
When i build an executable jar and then run it, both assets are found
J-Emmanuel
08/31/2023, 12:28 AM
Here is the reason :
assets *{*
...
packagePlugin = true
...
}
was missing
👍 2
👍 1
p
puneetbehl
09/12/2023, 11:12 PM
Can you please report it to the GitHub.com/grails/grails-forge/issues? I think it should be present by default for a newly created web-plugin application type.