Module: Sasquatch

Defined in:
lib/sasquatchjs.rb,
lib/quatch/logger.rb,
lib/quatch/compiler.rb,
lib/quatch/listener.rb,
lib/quatch/quatcher.rb

Defined Under Namespace

Modules: Logger Classes: Compiler, Listener, Quatcher

Class Method Summary collapse

Class Method Details

.watch(*args, &block) ⇒ Sasquatch::Quatcher

Sasquatch to file system modifications on a either single directory or multiple directories.

Returns:



10
11
12
# File 'lib/sasquatchjs.rb', line 10

def self.watch(*args, &block)
  Quatcher.new(*args)
end