如何让 Chirpy 在编辑时更新混搭文件

发布于 2024-10-05 06:32:43 字数 305 浏览 7 评论 0原文

我刚刚开始使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

假装爱人 2024-10-12 06:32:43

Chirpy 就是这样做的 - 只需确保您的路径使用反斜杠而不是正斜杠。

<root>
    <FileGroup Name="site.css">
        <File Path="css\elements.css" />
        <File Path="css\master.css" />
        <File Path="css\misc.css" />
    </FileGroup>
</root>

叽叽喳喳叽叽喳喳。

Chirpy does this - just make sure your paths use backslashes rather than forward slashes.

<root>
    <FileGroup Name="site.css">
        <File Path="css\elements.css" />
        <File Path="css\master.css" />
        <File Path="css\misc.css" />
    </FileGroup>
</root>

Chirpity chirp chirp chirp.

黎歌 2024-10-12 06:32:43

我有

并且使用该通配符,更新 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文