]> git.proxmox.com Git - sencha-touch.git/blob - src/resources/sass/config.rb
import Sencha Touch 2.4.2 source
[sencha-touch.git] / src / 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, '..', 'themes')
6
7 # Compass configurations
8 fonts_path = File.join(dir, '..', 'themes/fonts/')
9 sass_path = dir
10 css_path = File.join(dir, "..", "css")
11 environment = :development
12 output_style = :compressed