Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Commit

Permalink
Release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
elmasse committed Mar 19, 2014
1 parent df70c1f commit a63b6c9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
9 changes: 4 additions & 5 deletions 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
Expand Down
13 changes: 8 additions & 5 deletions theme/config.rb
Expand Up @@ -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
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

0 comments on commit a63b6c9

Please sign in to comment.