Make phpStorm upload generated files together with original ones

*爱你&永不变心* 提交于 2020-01-06 13:13:03

问题


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

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.

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


回答1:


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



来源:https://stackoverflow.com/questions/34017398/make-phpstorm-upload-generated-files-together-with-original-ones

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!