Some simple updates that allow the login page to render properly.
[philo.git] / philo / contrib / gilbert / static / gilbert / murano / config.rb
1 # $ext_path: This should be the path of where the ExtJS SDK is installed
2 # Generally this will be in a lib/extjs folder in your applications root
3 # <root>/lib/extjs
4 $ext_path = "../extjs"
5
6 project_path = File.dirname(__FILE__)
7
8 # sass_path: the directory your Sass files are in. THIS file should also be in the Sass folder
9 # Generally this will be in a resources/sass folder
10 # <root>/resources/sass
11 sass_path = File.join(project_path, 'sass')
12
13 # css_path: the directory you want your CSS files to be.
14 # Generally this is a folder in the parent directory of your Sass files
15 # <root>/resources/css
16 css_path = project_path
17
18 # output_style: The output style for your compiled CSS
19 # nested, expanded, compact, compressed
20 # More information can be found here http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#output_style
21 output_style = :nested
22 environment = :development
23
24 # We need to load in the Ext4 themes folder, which includes all it's default styling, images, variables and mixins
25 load File.join(project_path, $ext_path, 'resources', 'themes')