2016-03-11 00:48:53 +00:00
|
|
|
# Get the directory that this configuration file exists in
|
|
|
|
dir = File.dirname(__FILE__)
|
|
|
|
|
|
|
|
# Load the sencha-touch framework automatically.
|
|
|
|
load File.join(dir, '..', '..', '..', '..', '..', 'vendor', 'touch', 'resources', 'themes')
|
|
|
|
|
|
|
|
# Add include path for command styles
|
|
|
|
add_import_path File.join(dir, '..', '..', '..', '..', '..', 'apps', 'common', 'mobile', 'resources', 'sass')
|
|
|
|
|
|
|
|
# Compass configurations
|
|
|
|
sass_path = dir
|
|
|
|
css_path = File.join(dir, "..", "css")
|
2016-09-14 12:04:28 +00:00
|
|
|
fonts_path = File.join(dir, '..', '..', '..', '..', '..', 'apps', 'common', 'mobile', 'resources', 'fonts')
|
|
|
|
environment = :production
|
|
|
|
output_style = :compressed
|