grunt-contrib-sass: incompatible character encodings: UTF-8 and CP850
问题 While trying to use grunt to convert my sass files into normal css files i get the warning: Warning: Encoding::CompabilityError: incompatible character encodings: UTF-8 and CP850. However when I run sass calling the file(s) everything works as it should even though no encoding is specified by me. My Gruntfile.js looks like this: [...] sass: { main: { files: { 'css/theme/default.css': 'css/theme/source/default.scss', 'css/theme/beige.css': 'css/theme/source/beige.scss', 'css/theme/night.css':