mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-02-08 00:23:36 +01:00
4 lines
196 B
CoffeeScript
4 lines
196 B
CoffeeScript
# Run this example by adding <%= javascript_pack_tag 'hello_coffee' %> to the head of your layout file,
|
|
# like app/views/layouts/application.html.erb.
|
|
|
|
console.log 'Hello world from coffeescript'
|