if i “min” the jquery and blockui files (with uglify.js) in grunt i get
the following error
Unexcpected Character "?"
How i can fix this ? Is this a known problem?
Thx in advance.
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.
Ah ha! I figured it out based on some previous experience.
One or more of my files was encoded in UTF-8 with a BOM, try re-saving your file in ANSI or UTF-8 without BOM.
If your editor doesn’t have an obvious way to change the encoding, try using Notepad++.