-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
multiple processes of the same less file #94
Comments
Same here... I do a checkout of another branch and boom, there are 130+ processes running in my intellijIdea showing compiling the .less files to .css and most are repeated more than once. |
Same problem here... starts getting really painful when you add more and more components/modules and then switch the branch. It blocks the work for minutes. |
@bluemoehre I resorted to using a gulp watch task, instead of the plugin.
|
i use this method and it transpils my less files in 5 to 7 secs |
I tried also using Gulp now. Took some minutes to figure out how it works, but it is a lot faster and without any bugs so far. |
looks like plugin creates as many processes as profiles are there
all my profiles are created fo specific selection of files
these selections don't overlap themselfs
but what is the most strange
that when i run plugin on file which is not a part of any selection then it kills plugin
in fact plugin runs out of memory :(
i raised an issue on intellij (webstorm) but they instructed me to raise it here
The text was updated successfully, but these errors were encountered: