jetty update resource pre tack
Answered
Is it possible to specify a gradle task to run when everytime jetty "update resources" runs?
I have a gradle task that combines and minifies all my js files. I would like to call this task.
I know 1 option would be to add a File Watcher, however I'd prefer for the task to not be constantly running.
Please sign in to leave a comment.
> specify a gradle task to run when everytime jetty "update resources" runs?
Do you mean run the Gradle task before you invoke update JavaEE running application action? There is no such possibility. Feel free to file a request at https://youtrack.jetbrains.com/issues/IDEA