Gruntjs 如何配置grunt以不忽略任何路径

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

grunt wiredep任务正在从所有路径中删除
。/

例如:

../bower_components/jquery/dist/jquery.js"
变成

bower_components/jquery/dist/jquery.js"
我希望维护
。/
。但是如果我将
ignorePath
设置为空字符串(一个空格字符)或删除
ignorePath
参数,则HTML中不包含javascript文件