emmetio / livestyle-sublime-old

Live bi-directional CSS edit of new generation
http://livestyle.emmet.io
260 stars 23 forks source link

Webpage wont update with my local CSS file. (InboundLocalError) #92

Closed chriskvik closed 10 years ago

chriskvik commented 10 years ago

Console shows :

plugin init time: 0.146736 loading bindings loading pointer bindings found 1 files for base name Default.sublime-theme theme loaded app ready pre session restore time: 0.236983 startup cache, total files: 98 cache hits: 98 startup time: 0.277542 (package setup was not run) Emmet LiveStyle: Cannot send message, client list empty Emmet LiveStyle: client connected Emmet LiveStyle: message received: u'{"action":"handshake","data":{"id":"chrome","supports":["css"]}}' Emmet LiveStyle: Sending ws message '{"action": "id", "data": {"files": ["C:\Users\Christian\Desktop\CurrentBlack\CurrentBlack.css"], "icon": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABu0lEQVR42q2STWsTURhG3WvdCyq4CEVBAgYCM23JjEwy+cJC41gRdTIEGyELU7BNNMJQhUBBTUjSRdRI3GThRld+gbj2JwhuRFy5cZ3Ncd5L loaded 837 snippets Package Control: Skipping automatic upgrade, last run at 2013-12-17 18:29:17, next run at 2013-12-17 19:29:17 or after Emmet LiveStyle: Prepare diff Emmet LiveStyle: Sending ws message '{"action": "updateFiles", "data": ["C:\Users\Christian\Desktop\CurrentBlack\CurrentBlack.css"]}' Emmet LiveStyle: message received: u'{"action":"requestUnsavedFiles","data":{"files":["C:\Users\Christian\Desktop\CurrentBlack\CurrentBlack.css"]}}' Traceback (most recent call last): File ".\lsutils\editor.py", line 23, in return lambda _args, _kwargs: sublime.set_timeout(lambda: fn(_args, _kwargs), 1) File ".\livestyle.py", line 117, in send_unsaved_files if pristine is not None: UnboundLocalError: local variable 'pristine' referenced before assignment