gcollazo / BrowserRefresh-Sublime

This plugin will switch from ST2 and ST3 to Google Chrome, Google Chrome Canary, Safari, Firefox or Opera and reload the active tab
http://gcollazo.github.com/BrowserRefresh-Sublime
565 stars 62 forks source link

When compiling SASS (with compass watch) executes before css file is recompiled #13

Closed CristinaSolana closed 11 years ago

CristinaSolana commented 11 years ago

In the meantime, I've added to BrowserRefresh.py:

line 2: import time

and

[new] line 10: time.sleep(1.5)

That gives it an extra 1.5 secs to let css file compile. I'm sure there is a better way, but I needed a quick fix because this package is too good to pass up. :) Nice work.