compass/bin/compass

9 lines
294 B
Plaintext
Raw Normal View History

#!/usr/bin/env ruby
# The compass command line utility
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass'))
require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'compass', 'exec'))
command = Compass::Exec::Compass.new(ARGV)
exit command.run!