2014-07-05 18:22:49 +00:00
|
|
|
# Get the directory that this configuration file exists in
|
|
|
|
dir = File.dirname(__FILE__)
|
|
|
|
|
|
|
|
# Load the sencha-touch framework automatically.
|
2015-04-28 14:59:00 +00:00
|
|
|
load File.join(dir, '..', '..', '..', '..', '..', 'vendor', 'touch', 'resources', 'themes')
|
2014-07-05 18:22:49 +00:00
|
|
|
|
|
|
|
# Compass configurations
|
|
|
|
sass_path = dir
|
|
|
|
css_path = File.join(dir, "..", "css")
|
|
|
|
environment = :production
|
|
|
|
output_style = :compressed
|