Open jtreitz opened 11 years ago
/javascripts/test.coffee:
alert "foo"
curl "http://localhost/javascripts/test.js":
(function() { alert("foo"); }).call(this);
if I change the coffee file to:
alert "bar"
curl "http://localhost/javascripts/test.js" still gives me:
Do you have RACK_ENV=development set?
yes
Might be related to #52 too
/javascripts/test.coffee:
curl "http://localhost/javascripts/test.js":
if I change the coffee file to:
curl "http://localhost/javascripts/test.js" still gives me: