我经常遇到这个问题,当使用Twitter的Bootstrap与其他第三方的JS库,如html5.js从wordpress的“二十二”主题,其中构建失败,因为jshint(或以前的TB版本的jslint我认为)抛出一个由于第三方JS库导致的错误,例如
\n################################################## Building Bootstrap... ##################################################\n js/html5.js: line 3,col 122,Expected ')' to match '(' from line 3 and instead saw ','. js/html5.js: line 3,col 140,Expected an identifier and instead saw ')'. js/html5.js: line 4,col 101,eval is evil. js/html5.js: line 6,col 369,Confusing use of '!'. js/html5.js: line 6,col 422,Confusing use of '!'. js/html5.js: line 7,col 61,'b' is already defined. js/theme-customizer.js: line 26,col 26,Use '===' to compare with ''. 7 errors make: *** [build] Error 1
我想避免修改第三方库或修改TB的Makefile,因为这将导致未来的升级问题;是我唯一的选择,将第三方JS文件放入一个单独的文件夹。
有没有办法让jshint或TB的构建过程忽略某些JS文件(可能通过一些.jshintrc配置我不知道?)?
解决方法
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。