Webstorm//Gulp doesn't update css file when gulp-sass is working Follow
I work with Gulp with few tasks. sass is compiling with gulp-sass. Everything is ok. Browser reloading is correct. css file for Browser is updating but code at the screen of IDE is not updating. It will update when I change a focus from the IDE to another window of Windows and then I focus back into the IDE. In this case IDE will update the code of the css file. How can I get updating the code of the css file on the IDE screen during making changes in the scss file? Thanks in advanced!
Please sign in to leave a comment.
Must be https://youtrack.jetbrains.com/issue/WEB-49252
In Help | Edit Custom Properties..., try adding
nodejs.console.use.terminal=off
- does it help?Unfortunately It doesn't work with this tip
It works fine for me. Do you run Gulp from within WebStorm, via the Gulp toolwindow/run configuration, or use terminal for running it?
I am running Gulp via terminal and via toolwindow as well. But nothing doesn't help to change css file online without changes focus to another window. Maybe I am doing something wrong? Could you explain in more detail?
This should work when running from the tolwindow
If it doesn't, please share a sample project the issue can be repeated with
When I am running Gulp in each way It doesn't work. Could you tell me what kind of info do you need to realize the issue?
I need a project it can be repeated with as it works fine for me if
nodejs.console.use.terminal
is disabledI have tried this tip in several different projects and, in my opinion, the issue isn't in a project. IDE doesn't update css file which has got from another (external) process (Gulp). I think like that because when I am using Live Edit everything is OK and css file is updating immediately. How can I send the project in more convenient way for you?
You can upload it to some file server and share a link here
I have several issues with Gulp+Webstorm. the second issue is that is not always updating web page when was changed SCSS file in IDE. Gulp works slower than in VS code. Are there any tips to enhance pace of the work? Thanks in advanced!
https://drive.google.com/file/d/1MbivJV8IKRVARbGArT36dtdxXdBMw6Cp/view?usp=sharing
I can't access your drive, not permitted