You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.
I need to deploy only bundle files (
bundle.js
andmain-bundle.css
) after they were changed (it happens with webpack) to glassfish folder.I tried to use
deployOnSave
but it deploys src file which was actually saved. I came to this code:But is works only when I run "Deploy: Deploy workspace" and doesn't work when I save files with "Deploy: Srart/stop listening for remote files".
Is there any way I can run "Deploy: Deploy workspace" on file save?
The text was updated successfully, but these errors were encountered: