How to upload css file after scss was compiled?

I have already asked this question before, but I have not received a clear answer when the problem will be solved.
I buy phpstorm because it is the best, but I will still expect a solution to the problem.

I work with files locally in phpstorm, and post them to hosting after changing.

I use gulp for compilation.

I run gulp from phpstorm, not terminal.
Only when the scss file changes, when the focus is lost, it is sent to the hosting, but the compiled css file is not.

To send and css file I need to move focus again. Thus, after changing the scss file, I need to move focus twice to load the scss and css file.

Thank you in advance, I look forward to hearing from you.

4 comments
Comment actions Permalink

Please check if you have Settings | Built, Execution, Deployment | Deployment | Options | Skip external changes disabled.

It seems to work fine for me: https://recordit.co/yhjwYK1hoa

0
Comment actions Permalink

The problem, is that i use gulp for compiling scss. 
And the checkbox are always disabled. 

0
Comment actions Permalink

Sorry, I didn't realize it mattered. It seems that we indeed have that issue: https://youtrack.jetbrains.com/issue/IDEA-168617
It seems that we don't wait until Gulp finishes its work.
Unfortunately, I can't offer any solutions, only a workaround - you can initiate refresh with the keyboard shortcut (Ctrl+Alt+Y) rather than by moving the focus away, perhaps it'll be a bit more convenient.

0
Comment actions Permalink

I think I was wrong here - it seems to have gotten worse in the recent versions.
Please vote to get notified on any progress: https://youtrack.jetbrains.com/issue/WI-57404

0

Please sign in to leave a comment.