diff --git a/README.md b/README.md index 769d528..0ebffa3 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,11 @@ Please see the wiki for documentation/references. -- v0.1 - Sencha Touch 1.1 compatible version -- v0.2.0 - Sencha Touch 2 PR2 compatible version -- v0.2.1 - Sencha Touch 2 b1 compatible version -- v0.2.2 - Sencha Touch 2 GA compatible version - Latest Changes --- +- v0.2.5 + * Fixed issue with scrollable: false adding a scroll element. Changed to null to avoid issues and unnecessary dom elements. + * Tested with ST 2.3.0 and 2.3.1 + - v0.2.4 * Fixed issue with onDrag see [issue #3](https://github.com/elmasse/Ext.ux.Cover/issues/3) * Tested with ST 2.2 and 2.2.1 diff --git a/theme/config.rb b/theme/config.rb index 9b1079f..97f50a5 100644 --- a/theme/config.rb +++ b/theme/config.rb @@ -2,10 +2,13 @@ dir = File.dirname(__FILE__) # Load the sencha-touch framework automatically. -load File.join(dir, '..', '..', 'common-libs', 'sencha-touch-1.1.0', 'resources', 'themes') +load File.join(dir, '..', '..', 'touch', 'resources', 'themes') # Compass configurations -sass_path = dir -css_path = File.join(dir, "..", "css") -environment = :production -output_style = :compressed \ No newline at end of file +sass_path = dir +css_path = File.join(dir, "..", "css") + +# Require any additional compass plugins here. +images_dir = File.join(dir, "..", "images") +output_style = :compressed +environment = :production