Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

CPU being consumed by multiple ruby instances 'whatching' for saves #10

Closed
noAlvaro opened this issue Nov 5, 2012 · 2 comments
Closed

Comments

@noAlvaro
Copy link

noAlvaro commented Nov 5, 2012

A new ruby instance is being opened everytime the project is built, and they are not being closed at all. This is causing CPU and memory consumption beyond we expect from the Compass compiler.

I presume the plugin is using watch commands since Sublime Text console is writing the watch default message on every build. ( "Compass is polling for changes. Press Ctrl-C to Stop." )

Switching to the compile command should solve it, maybe.

@renestalder
Copy link
Contributor

It's not a issue. It's exactly what I wanted to get. You only have to make the build one time and it watches all the files. No need for multiple builds.

@noAlvaro
Copy link
Author

noAlvaro commented Nov 8, 2012

Oh I see. It's cuz I'm used to auto builds, :)
Thanks for your time.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants