You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue stopped SassBuilder from compiling. I'm on Mac OS X 10.9 with Sublime Text 2, updated Homebrew and everything else I can think of.
Error on compilation:
Writing file /User/brett/www/project1/sass/title.scss with encoding UTF-8
PARSING SAVED VIEW
Traceback (most recent call last):
File "./sublime_plugin.py", line 190, in on_post_save
File "./sublime_plugin.py", line 154, in run_timed_function
File "./sublime_plugin.py", line 189, in <lambda>
File "./css_style_completions.py", line 62, in on_post_save
File "./style_parser.py", line 141, in parse_view
TypeError: 'encoding' is an invalid keyword argument for this function
I looked up which file those relate to and once I removed CSS Extended Completions, it started working again.
Working output:
Writing file /User/brett/www/project1/sass/title.scss with encoding UTF-8
@brettalton I've just pushed up a new release that reworks how I'm having to hack around some issues with ST not symbolizing minified files; basically if there are too many columns ST wont provide a symbol list so I have to add some new lines into a buffered file.
It fixed some reproducible ecoding errors on my end so I hope this update resolves this issue.
I was just about to write this issue under https://github.com/bnlucas/SassBuilder/ when I found out this error relates to CSS Extended Completions.
This issue stopped SassBuilder from compiling. I'm on Mac OS X 10.9 with Sublime Text 2, updated Homebrew and everything else I can think of.
Error on compilation:
I looked up which file those relate to and once I removed CSS Extended Completions, it started working again.
Working output:
My packages:
The text was updated successfully, but these errors were encountered: