Automatically upload a file when an other file is manually uploaded Follow
Hello everybody,
Is it possible with Phpstorm to automatically upload a file when an other file is manually uploaded ?
Let me explain why I need that :
I use Mix with Laravel, my app.js and app.css being automatically generated when I modify any of the corresponding source files.
I work on local before any delivery in production, so I absolutely do not want my files to being automatically uploaded when I modify them.
So, I upload them after commiting with git, and I upload them from the git panel (I "upload my commit"). The problem is that the app.js and app.css aren't in the commit because they are git ignored, so I can't upload them to production.
Thanks for any help you can bring to me !
Maxiglider
Please sign in to leave a comment.
Unfortunately, at the moment, there's no such option. Here's a request to vote for:
https://youtrack.jetbrains.com/issue/WI-39803/Deploy-generated-minified-CSS-uglyfied-files-with-the-upload-to-command