没有缩小的 Chirpy 中的 CoffeeScript

发布于 2024-11-27 01:19:37 字数 344 浏览 1 评论 0原文

我有一杯 foo.chirp.coffee while;默认情况下,每当我保存时,Chirpy 都会将 CoffeeScript 编译为 foo.js,并将该 JavaScript 缩小为 foo.min.js。

有一些设置可以根据文件名使用不同的缩小器,但在开发过程中我根本不想缩小,以便使调试更容易并避免 Web 服务/外部工具命中。我可能错过了一些明显的东西,但我没有找到办法做到这一点。我尝试为我的脚本创建一个带有 Minify="False" 的配置文件,但它仍在尝试执行缩小。

有没有什么方法可以将 Chirpy 设置为只输出我的 CoffeeScript 的 JavaScript,而不缩小它?我正在使用 Chirpy 2.0。

I have a foo.chirp.coffee while; by default, whenever I save, Chirpy both compiles the CoffeeScript to foo.js, and minifies that JavaScript to foo.min.js.

There are settings to use different minifiers depending on the name of the file, but during development I would not like to minify at all, in order to make debugging easier and to avoid the web service / external tool hit. I am probably missing something obvious but I do not see a way to do this. I have tried creating a config file with Minify="False" for my scripts, but it is still trying to perform the minification.

Is there any way of setting Chirpy to just output the JavaScript for my CoffeeScript without also minifying it? I am using Chirpy 2.0.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

命比纸薄 2024-12-04 01:19:37

我不知道你的项目是如何设置的,但也许你可以在 --watch 模式下使用普通的 CoffeeScript 编译器来在调试时编译你的脚本。

I don't know how your project is set up, but perhaps you could just use the normal coffeescript compiler in --watch mode to compile your script while you're debugging.

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