在grunt中配置jshint任务,发现 the character may get silentyly deleted by one or more browsers. 原因是sinaads.js这个文件使用了utf-8 with bom进行了存储,bug的修正方法是将该文件使用utf-8直接进行存储。不要采用utf-8 with bom。