Every time i start my server in production mode i get this error mesage
Invalid US-ASCII character "\xC2"
(in /home/rzaartz/rails/school/app/assets/stylesheets/application.css.scss)
Pls any help about this kind of error
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I had this same problem when running
rake assets:precompile. For me the problem was innormalize.css—a character in the first line comment wasn’t being understood by the asset compiler.If you are including this file, replace the ‘center-dot’ with a dash. (Note that this change has been committed already by polarblau). If you’re not using normalize look somewhere in your sass includes for the center-dot and remove it.