mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
hidded minify module
This commit is contained in:
parent
288eb205d4
commit
f5bc7ca7fd
3 changed files with 13 additions and 3 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -40,3 +40,6 @@ node_modules/*
|
|||
|
||||
#hashes file
|
||||
hashes.json
|
||||
|
||||
#hiding git modules for travis work out
|
||||
.gitignore
|
||||
|
|
|
|||
11
README.md
11
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
|
||||
2
node_modules/minify
generated
vendored
2
node_modules/minify
generated
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 94c98692e6b684d02e1e4be4dbe41590e8a53601
|
||||
Subproject commit 8d386766868e176add3772365e277e501b0a37dd
|
||||
Loading…
Add table
Add a link
Reference in a new issue