extjs-theme 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.rdoc +2 -0
- metadata +1 -1
data/README.rdoc
CHANGED
@@ -22,6 +22,8 @@ This creates a YAML config file named .xthemeconfig in the application root.
|
|
22
22
|
theme_dir: public/stylesheets/sass
|
23
23
|
ext_dir: public/javascripts/ext-3.1.0
|
24
24
|
|
25
|
+
Every subsequent xtheme command will act up those directories. If you download a new version of Ext, simply re-execute <code>xtheme init</code> with the new path (TODO: store in Rails <code>/config</code> dir)
|
26
|
+
|
25
27
|
Example
|
26
28
|
|
27
29
|
$ xtheme init public/javascripts/ext-3.1.0 public/stylesheets
|