DocumentServer/OfficeWeb/apps/spreadsheeteditor/mobile/resources/sass/config.rb
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

11 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, '..', '..', '..', '..', '..', '3rdparty', 'touch', 'resources', 'themes')
# Compass configurations
sass_path = dir
css_path = File.join(dir, "..", "css")
environment = :production
output_style = :compressed