Js.coffee file not working correctly?

Here are the contents of my file , however when I check the console in
my
browser I get nothing.

$ ->

$(’.status’).hover (event) ->

console.log(“Hover triggered”)

In my terminal i’m getting this here:

Served asset /application.js - 304 Not Modified (0ms)

Any thoughts?

Thanks