jetty update resource pre tack

已回答

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.

0

> 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

0

请先登录再写评论。