有没有办法在 Backbone.js 模板中使用 Coffeescript?

发布于 2024-12-20 09:24:35 字数 422 浏览 0 评论 0原文

我正在使用 backbone-rails gem 为我的 Rails 项目生成 Backbone 脚手架。这通常是一种积极的体验,但模板是一个需要进一步改进的领域。

我的 Backbone 代码全部使用 Coffeescript,现在我使用普通 Javascript 的唯一时间是当我需要在浏览器中测试某些内容时 [1] 以及当我想将 Javascript 插入到模板中时。分号和缺少括号让我的速度减慢很多,因为每次我忘记分号时都必须重新加载浏览器——这通常是因为我的大脑处于 Coffeescript 模式。

有没有办法在 Backbone.js 模板中使用 Coffeescript?

[1] 有时我将 Coffeescript 与 Firebug + Acebug 结合使用,但我正在测试的想法/任务必须足够大,因为需要点击几次鼠标才能完成此过程。

I'm using the backbone-rails gem to generate Backbone scaffolding for my Rails project. This has generally been a positive experience, but templating is one area that could use a lot more refinement.

My Backbone code all uses Coffeescript and the only time I use vanilla Javascript now is when I need to test something in the browser [1] and when I want to insert Javascript into a template. Semicolons and missing parentheses slow me down a lot, as I have to reload the browser each time I forgot one--which is often since my brain is in Coffeescript mode.

Is there a way to use Coffeescript in Backbone.js templates?

[1] sometimes I use Coffeescript with Firebug + Acebug, but the idea/task I'm testing has to be big enough, as it takes a few more mouse clicks to get through this process.

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

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

发布评论

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

评论(1

浊酒尽余欢 2024-12-27 09:24:35

看看 Eco

Take a look at Eco.

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