0

I'm using RubyMine, and wondered if there was any way to see the Javascript that Coffeescript compiles to while I am developing (prior to the page load).

It's not essential, I was more curious than anything else.

Mark Kadlec
  • 8,036
  • 17
  • 60
  • 96

1 Answers1

3

Right-click a file in the editor or project view, select "Preview Compiled CoffeeScript File..."

yole
  • 92,896
  • 20
  • 260
  • 197