From f5bc7ca7fdde3b457095e1658541b93abc4bfe33 Mon Sep 17 00:00:00 2001 From: coderaiaser Date: Wed, 18 Jul 2012 00:32:49 -0700 Subject: [PATCH] hidded minify module --- .gitignore | 3 +++ README.md | 11 +++++++++-- node_modules/minify | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 64d11554..0b7b6935 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,6 @@ node_modules/* #hashes file hashes.json + +#hiding git modules for travis work out +.gitignore diff --git a/README.md b/README.md index 3f9aaa81..c4d26ef4 100644 --- a/README.md +++ b/README.md @@ -75,8 +75,7 @@ assingned (and installed) module: [Minify] (https://github.com/coderaiser/minify Install addtitional modules: - git submodule init - git submodule update + npm i **Cloud Commander's Client Side** use module jquery for ajaxing. We could not use this module, but this way is fast: @@ -94,4 +93,12 @@ If you would like to contribute - send pull request to dev branch. Getting dev version of **Cloud Commander**: git clone cloudcmd --recursive + git checkout dev + +It is possible thet dev version Cloud Commander will needed dev version of Minify, +so to get it you should type a couple more commands: + + cd node_modules + rm -rf minify + git clone git://github.com/coderaiser/minify git checkout dev \ No newline at end of file diff --git a/node_modules/minify b/node_modules/minify index 94c98692..8d386766 160000 --- a/node_modules/minify +++ b/node_modules/minify @@ -1 +1 @@ -Subproject commit 94c98692e6b684d02e1e4be4dbe41590e8a53601 +Subproject commit 8d386766868e176add3772365e277e501b0a37dd