X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/resources/themes/templates/resources/sass/config.rb diff --git a/docs/resources/themes/templates/resources/sass/config.rb b/docs/resources/themes/templates/resources/sass/config.rb deleted file mode 100644 index 87ed40a1..00000000 --- a/docs/resources/themes/templates/resources/sass/config.rb +++ /dev/null @@ -1,22 +0,0 @@ -# $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 -# /lib/extjs -$ext_path = "../../lib/extjs" - -# 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 -# /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 -# /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 = :compressed - -# 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')