Module: Coyote

Defined in:
lib/coyote.rb,
lib/coyote/dsl.rb,
lib/coyote/assets.rb,
lib/coyote/bundles.rb,
lib/coyote/version.rb,
lib/coyote/compiler.rb,
lib/coyote/notifier.rb,
lib/coyote/fs_listeners.rb,
lib/coyote/closure_compiler.rb

Defined Under Namespace

Modules: Asset, Assets, Bundle, Bundles, FSListener, FSListeners, Notifications Classes: ClosureCompiler, Compiler, DSL, Notifier

Constant Summary collapse

VERSION =
"1.2.0"

Class Method Summary collapse

Class Method Details

.compile(input, output, options = {}) ⇒ Object



8
9
10
# File 'lib/coyote.rb', line 8

def self.compile(input, output, options={})
  Compiler.new(input, output, options).compile!
end