如何让 Chirpy 在编辑时更新混搭文件
我刚刚开始使用 Chirpy,它真是太棒了。我遇到的一个问题是,当在“子”文件之一中进行编辑时,我无法让它更新混搭文件。
IE:如果我有一个名为“site.css”的混搭文件(通过我的 js.chirp.config 文件),其中包含“elements.css”、“master.css”、“misc.css”等。我进行编辑对于其中之一(例如 master.css),我希望 chirpy 能够启动并使用新的编辑重做 site.css。
这有可能吗?
I've just begun using Chirpy, and it's frigging amazing. One problem I'm having is that I'm unable to get it to update the mashed file(s) when an edit is made in one of the "sub" files.
IE: If I have a mashed file called "site.css" (via my js.chirp.config file) which contains "elements.css", "master.css", "misc.css" etc. And I make an edit to one of them (say, master.css), I want chirpy to kick in and redo the site.css with the new edits.
Is this at all possible?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
Chirpy 就是这样做的 - 只需确保您的路径使用反斜杠而不是正斜杠。
叽叽喳喳叽叽喳喳。
Chirpy does this - just make sure your paths use backslashes rather than forward slashes.
Chirpity chirp chirp chirp.
我有
并且使用该通配符,更新 min.css 文件时它不会运行。我必须更新配置并保存才能发生混搭
I have
<Folder Pattern="*.min.css" Minify="false" />
And with that wildcard in there, it doesnt run when min.css files are updated. I have to update the config and save for the mash to occur