Builditem for static files to be served #38051
Unanswered
imperatorx
asked this question in
Q&A
Replies: 1 comment
-
Any ideas how to include some static files conditionally on a build flag to save space? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to publish static files from an extension conditionally, is there a build item for it? Right now I have to always include the files, even if the build flag for it is not turned on (by including them in the runtime module in META-INF/resources). I would like to keep them in the deployment module and include them conditionally.
Beta Was this translation helpful? Give feedback.
All reactions