Sha256: b9118a2016c0f8f926655d2f552bbe6601854621014c46560cadb548314b98d1

Contents?: true

Size: 1007 Bytes

Versions: 12

Compression:

Stored size: 1007 Bytes

Contents

# $ext_path: This should be the path of where the ExtJS SDK is installed
# Generally this will be in a lib/extjs folder in your applications root
# <root>/lib/extjs
$ext_path = "../../"

# sass_path: the directory your Sass files are in. THIS file should also be in the Sass folder
# Generally this will be in a resources/sass folder
# <root>/resources/sass
sass_path = File.dirname(__FILE__)

# css_path: the directory you want your CSS files to be.
# Generally this is a folder in the parent directory of your Sass files
# <root>/resources/css
css_path = File.join(sass_path, "..", "css")

# output_style: The output style for your compiled CSS
# nested, expanded, compact, compressed
# More information can be found here http://sass-lang.com/docs/yardoc/file.SASS_REFERENCE.html#output_style
output_style = :nested

# We need to load in the Ext4 themes folder, which includes all it's default styling, images, variables and mixins
load File.join(File.dirname(__FILE__), $ext_path, 'resources', 'themes')

Version data entries

12 entries across 12 versions & 3 rubygems

Version Path
gb_mapfish_appserver-0.0.5 vendor/assets/javascripts/ext/ext-4.1.1a/resources/sass/config.rb
gb_mapfish_appserver-0.0.4 vendor/assets/javascripts/ext/ext-4.1.1a/resources/sass/config.rb
gb_mapfish_appserver-0.0.3 vendor/assets/javascripts/ext/ext-4.1.1a/resources/sass/config.rb
gb_mapfish_appserver-0.0.2 vendor/assets/javascripts/ext/ext-4.1.1a/resources/sass/config.rb
compass_ae_sencha-1.0.2 public/stylesheets/extjs/resources/sass/config.rb
compass_ae_sencha-1.0.1 public/stylesheets/extjs/resources/sass/config.rb
gb_mapfish_appserver-0.0.1 vendor/assets/javascripts/ext/ext-4.1.1a/resources/sass/config.rb
compass_ae_sencha-1.0.0 public/stylesheets/extjs/resources/sass/config.rb
erp_app-3.1.3 public/stylesheets/extjs/resources/sass/config.rb
erp_app-3.1.2 public/stylesheets/extjs/resources/sass/config.rb
erp_app-3.1.1 public/stylesheets/extjs/resources/sass/config.rb
erp_app-3.1.0 public/stylesheets/extjs/resources/sass/config.rb