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 文件。