-
Notifications
You must be signed in to change notification settings - Fork 79
Coffeescript
tka edited this page Apr 2, 2013
·
4 revisions
Fire.app have built-in CoffeeScript support.
- You have to create a folder
coffeescripts/
in your project manually. If you want to use different CoffeeScript folder, you can setfireapp_coffeescripts_dir
inconfig.rb
file. - Put some CoffeeScript files into it. Ex,
app.coffee
orapp.js.coffee
. - When you link to
http://localhost:24681/javascripts/app.js
, you will get compiled JavaScript output. - If you want to use different JavaScript folder, you can change
javascripts_dir
inconfig.rb
file.
- Home
- Getting Started
- Preferences
- Use Compass Extensions
- Templates, Layouts, and Partials
- Template Helpers
- CoffeeScript
- Custom Handlers
- Build Project
- Deploy To Heroku
- Fire.app can't be opened because it is from an unindentified developer on Mac OSX 10.8
- FAQ
- CHANGELOG
- Fire.app-使用說明
- Template Helpers (zh tw)
- Templates, Layouts & Partials (zh tw)
- Sublime Text 2 的 Autocomplete 設定方式
- Mac OS X 10.8 (Mountain Lion) 開啟 Fire.app 問題