Closed felixfischer closed 1 year ago
+1
+1
I am running 10.9 and the latest version (v2.3.33) from here http://feedback.livereload.com/knowledgebase/articles/67441-how-do-i-start-using-livereload- fixed it for me.
Solved mine by adding to the top of my config.rb: Encoding.default_external = "utf-8" Thanks Hugo! http://hugo.castanho.me/code/invalid-us-ascii-character-xe2/
Closing my stale tickets. No longer working with this repo.
I keep getting an error saying that there are invalid US ASCII characters in my SCSS files.
Although there ARE characters in my files that are not ASCII I don't get this error when compiling on the command line.
Is there anything I can do about it besides adding
@charset "UTF-8"
at the beginning of each file?I'm using zsh and Ruby 1.9.3 (via rvm) on OS X 10.7.5. All system encoding variables are set to de_DE.UTF-8.