課程
/前端開發(fā)
/前端工具
/Grunt-beginner前端自動化工具
a ? b ? /xyz/123/acb ? ? ? ?/xyz/acb/123
2015-07-29
源自:Grunt-beginner前端自動化工具 5-3
正在回答
matchBase?If set, patterns without slashes will be matched against the basename of the path if it contains slashes. For example, a?b would match the path?/xyz/123/acb, but not?/xyz/acb/123.
引自gruntAPI,翻譯過來的意思應(yīng)該是如果設(shè)置了matchBase,則會匹配底層路徑,即abc之后不帶斜杠,而不會匹配帶了斜杠的。
如果不對,煩請指正。
舉報(bào)
通過配置Grunt自動化工具,提高您的工作效率,出乎您的想象
4 回答gulpfile.babel.js 的clean, build 任務(wù)
1 回答老師能講講requirejs怎樣應(yīng)用到grunt項(xiàng)目中嗎?
2 回答運(yùn)行 grunt clean 報(bào)錯(cuò) 為什么呢,求各位大俠解惑,謝謝
3 回答node裝在D:/Program Files下不能再命令行訪問?
1 回答為什么要在講grunt時(shí)講yeoman呢?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網(wǎng)安備11010802030151號
購課補(bǔ)貼聯(lián)系客服咨詢優(yōu)惠詳情
慕課網(wǎng)APP您的移動學(xué)習(xí)伙伴
掃描二維碼關(guān)注慕課網(wǎng)微信公眾號
2016-01-22
matchBase?If set, patterns without slashes will be matched against the basename of the path if it contains slashes. For example, a?b would match the path?/xyz/123/acb, but not?/xyz/acb/123.
引自gruntAPI,翻譯過來的意思應(yīng)該是如果設(shè)置了matchBase,則會匹配底層路徑,即abc之后不帶斜杠,而不會匹配帶了斜杠的。
如果不對,煩請指正。