-
Notifications
You must be signed in to change notification settings - Fork 55
Closed
Description
I've yet to track down the source file, but compiling this folder using the following command:
sass.compile(dirname=(".", "."), output_style="compressed")
Produces the following error:
Traceback (most recent call last):
File "C:\Users\le717\Documents\Code\Sites\Own-Domain\build-css.py", line 8, in
<module>
sass.compile(dirname=(".", "."), output_style="compressed")
File "C:\Python34\lib\site-packages\sass.py", line 509, in compile
include_paths, precision, custom_functions,
File "C:\Python34\lib\site-packages\sass.py", line 169, in compile_dirname
output_file.write(v)
File "C:\Python34\lib\encodings\cp1252.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_table)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\ufeff' in position
0: character maps to <undefined>
Metadata
Metadata
Assignees
Labels
No labels