mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-03-22 11:17:47 +01:00
5 lines
196 B
CoffeeScript
5 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'
|