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