]> git.proxmox.com Git - sencha-touch.git/blob - src/examples/navigationview/resources/sass/config.rb
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / examples / navigationview / resources / sass / config.rb
1 # Get the directory that this configuration file exists in
2 dir = File.dirname(__FILE__)
3
4 # Load the sencha-touch framework automatically.
5 load File.join(dir, '..', '..', '../..', 'resources', 'themes')
6
7 # Compass configurations
8 sass_path = dir
9 css_path = File.join(dir, "..", "css")
10
11 # Require any additional compass plugins here.
12 fonts_path = File.join(dir, '../../../../resources/themes/fonts/')
13 images_dir = File.join(dir, "..", "images")
14 output_style = :compressed
15 environment = :production