Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / resources / themes / templates / resources / sass / config.rb
1 # $ext_path: This should be the path of the Ext JS SDK relative to this file
2 $ext_path = "../../extjs"
3
4 # sass_path: the directory your Sass files are in. THIS file should also be in the Sass folder
5 # Generally this will be in a resources/sass folder
6 # <root>/resources/sass
7 sass_path = File.dirname(__FILE__)
8
9 # css_path: the directory you want your CSS files to be.
10 # Generally this is a folder in the parent directory of your Sass files
11 # <root>/resources/css
12 css_path = File.join(sass_path, "..", "css")
13
14 # output_style: The output style for your compiled CSS
15 # nested, expanded, compact, compressed
16 # More information can be found here http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#output_style
17 output_style = :compressed
18
19 # We need to load in the Ext4 themes folder, which includes all it's default styling, images, variables and mixins
20 load File.join(File.dirname(__FILE__), $ext_path, 'resources', 'themes')