berfarah / LESS-build-sublime

Less build sytem for Sublime Text 2
Apache License 2.0
91 stars 14 forks source link

Decode error - output not utf-8 #5

Closed drgullin closed 12 years ago

drgullin commented 12 years ago

OS Windows 7 ST2 version 2181 LESS package, installed today.

When I try to build .less file by ctrl+b, console says: [Decode error - output not utf-8] [Finished]

Also, dotless.compiler crashes. No file created as a result.

.less file encoding is UTF-8.

drgullin commented 12 years ago

Tried to use dotless.compiler 1.3 (last version), it gives a same result.

berfarah commented 12 years ago

Unfortunately that will mean that it's out of my hands – I'm relying on libraries to do the building for me. You may want to look into WinLess as an alternative – let me know if that solves the issue and I'll look into integrating it.