X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..2cbf03cb --- /dev/null +++ b/docs/README.md @@ -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 +