web-apps/vendor/touch/resources/sass/config.rb
Maxim Kadushkin 741b10515d webapps added
2016-03-10 21:48:53 -03:00

11 lines
315 B
Ruby

# Get the directory that this configuration file exists in
dir = File.dirname(__FILE__)
# Load the sencha-touch framework automatically.
load File.join(dir, '..', 'themes')
# Compass configurations
sass_path = dir
css_path = File.join(dir, "..", "css")
environment = :production
output_style = :compressed