VS错误:仅ECMAScript 3兼容模式支持八进制转义序列 [英] VS Error: Octal escape sequences are only supported in ECMAScript 3 compatibility mode

查看:80
本文介绍了VS错误:仅ECMAScript 3兼容模式支持八进制转义序列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我具有Twitter引导程序设置,可以在新项目中进行构建,但是从VS2010中收到以下错误.

I have twitter bootstrap setup to build in a new project, but am getting the following error from VS2010.

致命错误,无法继续:八进制转义序列仅在ECMAScript 3兼容模式下受支持.

这似乎与引导程序中的以下CSS/Less条目(type.less)有关……

Which seems to be related to the following CSS/Less entry in bootstrap (type.less)...

blockquote small:before {
  content: '\2014 \00A0';
}

任何人都可以帮忙吗?

推荐答案

我只是想说我也遇到了这个错误,而对我来说,问题最终出在了Chirpy身上.我试图用它制作一个合并的css文件,但是我使用的是.min文件,但是我的File节点中没有使用chripy Minify ="false"参数.添加了该参数并对其进行了修正

Just wanted to say that I had this error too, and the problem for me ended up being with Chirpy. I tried to make a merged css file with it, but i was using .min files and i didn't use the chripy Minify="false" parameter in my File node. Added that parameter and that fixed it right up

这篇关于VS错误:仅ECMAScript 3兼容模式支持八进制转义序列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆