class EZCoffee::Runner

Public Class Methods

run() click to toggle source
# File lib/runner.rb, line 3
def self.run
  `open index.html && coffee -w -o js --compile src `
end