Search code examples
phpstorm

Make phpStorm upload generated files together with original ones


I have some build and compile tasks that generate new files, e.g.

enter image description here

Now I need to upload those files to my server. I always upload the original file and forget about the compiled ones, as they aren't visible originally, but hidden behind the es6 file in this case.

enter image description here

Is there any way to make phpStorm auto upload the compiled files whenever I upload the original?


Solution

  • there is 'Upload external changes' option in Settings/Build, Execution, Deployment/Deployment/Options that allows updating files generated by external processes.