Search code examples
sassgulpphpstorm

PhpStorm and gulp.js task. Need to double save to upload compiled CSS


Using PhpStorm 10.0 and configured gulp.js task to run on startup, also uploading modified files on Ctrl+Save.

When I edit .scss and it's compiles to .css PhpStorm will not upload compiled .css, I need to double save every time if I want to upload newly compiled .css file.

What I'm doing wrong?


Solution

  • Well this is expected behavior, so there is no fix. CSS compilling after you hit Strl+s so phpstorm don't see changes in CSS yet. I find it better to work localy when possible.