标签: gruntjs grunt-wiredep wiredep
grunt-wiredep任务正在从所有路径中删除../。
../
例如:
../bower_components/jquery/dist/jquery.js"
成为
bower_components/jquery/dist/jquery.js"
我希望维护../。但是,如果我将ignorePath设置为空字符串(一个空格字符)或删除ignorePath参数,则HTML中不会包含任何javascript文件。
ignorePath