課程
/前端開發
/前端工具
/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,翻譯過來的意思應該是如果設置了matchBase,則會匹配底層路徑,即abc之后不帶斜杠,而不會匹配帶了斜杠的。
如果不對,煩請指正。
舉報
通過配置Grunt自動化工具,提高您的工作效率,出乎您的想象
4 回答gulpfile.babel.js 的clean, build 任務
1 回答老師能講講requirejs怎樣應用到grunt項目中嗎?
2 回答運行 grunt clean 報錯 為什么呢,求各位大俠解惑,謝謝
3 回答node裝在D:/Program Files下不能再命令行訪問?
1 回答為什么要在講grunt時講yeoman呢?
Copyright ? 2025 imooc.com All Rights Reserved | 京ICP備12003892號-11 京公網安備11010802030151號
購課補貼聯系客服咨詢優惠詳情
慕課網APP您的移動學習伙伴
掃描二維碼關注慕課網微信公眾號
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,翻譯過來的意思應該是如果設置了matchBase,則會匹配底層路徑,即abc之后不帶斜杠,而不會匹配帶了斜杠的。
如果不對,煩請指正。