Compile button greyed
Quick, short summary: When compiling Sass the compile button greys out after compiling and takes awhile(sometime 10-15 seconds, sometimes minutes) to come back when compiling to a remote server. This usually happens if I'm doing multiple compiles in a short period of time.
Expected results: When I save in Sublime I expect CodeKit to compile my SCSS file.
Actual results: Sometimes it does compile, other times it has the compile button greyed out and I can't compile until the button returns.
Your configuration (any details about your system that you think might be relevant) macOS Sierra 10.12.1 Sublime Text 3 A Codekit project setup that references a remote server connected via mounted Web Disk SCSS file compiling with nested/create source map/libsass
I have a suspicion it might have to do with connecting to the remote server causing lag. I don't recall having similar lag issues with CodeKit 2, hence why I wanted to report it.
Is the project re-indexing while the button is greyed out?
There isn't any indicator it's doing anything. When it does come back, the grey bar pops up momentarily, but doesn't actually have a message in it, then disappears.

Can you trace the lag from the remote server? In other words, does the compiled CSS file appear at the BEGINNING of this delay, or only at the end, just before the button is re-enabled?
On 14 Nov 2016, at 10:51, modsuperstar [email protected] wrote:
There isn't any indicator it's doing anything. When it does come back, the grey bar pops up momentarily, but doesn't actually have a message in it, then disappears.
https://cloud.githubusercontent.com/assets/2962327/20278006/0a039626-aa71-11e6-874d-2b2a326e56a1.png — You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/bdkjones/CodeKit/issues/270#issuecomment-260425407, or mute the thread https://github.com/notifications/unsubscribe-auth/AA4jZm00WYA87KArjqhEJH_c5TYWik7Yks5q-K2wgaJpZM4KxqJl.
It will usually compile and the results will reflect in the browser, it then greys out and no more compiles can be done until it's back.
In trying to replicate it I found trying to compile 3 or 4 times rapid-fire style tends to cause the button to grey out. When you save in the interim while greyed out it doesn't compile that save once it comes back. Only while the button is active will it compile as expected.