You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have to create a folder coffeescripts/ in your project manually. If you want to use different CoffeeScript folder, you can set fireapp_coffeescripts_dir in config.rb file.
Put some CoffeeScript files into it. Ex, app.coffee or app.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 in config.rb file.