有没有办法在 Backbone.js 模板中使用 Coffeescript?
我正在使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 Eco。
Take a look at Eco.