This message was deleted.
# questions
s
This message was deleted.
j
When running gradle run or bootRun i have the issue When i build an executable jar and then run it, both assets are found
Here is the reason :
assets *{*
...
packagePlugin = true
...
}
was missing
👍 2
👍 1
p
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.
j
i'm doing that just missing the example