Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / docs / README.md
diff --git a/docs/README.md b/docs/README.md
new file mode 100644 (file)
index 0000000..2cbf03c
--- /dev/null
@@ -0,0 +1,14 @@
+Manyally create extjs/ directory inside this dir.
+
+Either copy over ExtJS directory or create symlink to it.
+
+    $ cp -r /path/to/ext-4.0.0 template/extjs
+
+or
+
+    $ ln -s /path/to/ext-4.0.0 template/extjs
+
+Then run compass to generate custom ExtJS theme:
+
+    $ compass template/resources/sass
+