web-apps/vendor/touch/resources/sass/config-debug.rb
2016-09-14 15:04:28 +03:00

12 lines
373 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-debug")
fonts_path = File.join(dir, '..', 'themes/fonts/')
environment = :development
output_style = :expanded