mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
added mirror on cloudfoundry
This commit is contained in:
parent
1df30e21a8
commit
b68018ea11
1 changed files with 3 additions and 1 deletions
|
|
@ -1,7 +1,8 @@
|
|||
Cloud Commander [](http://travis-ci.org/coderaiser/cloudcmd)
|
||||
===============
|
||||
**Cloud Commander** - two-panels file manager, totally writed on js.
|
||||
View [demo](http://cloudcmd.jit.su/ "demo"), [mirror on nodester](http://cloudcmd.nodester.com/ "mirror on nodester")
|
||||
View [demo](http://cloudcmd.jit.su/ "demo"), [mirror on nodester](http://cloudcmd.nodester.com/ "mirror on nodester"),
|
||||
[mirror on cloudfoundry] (http://cloudcmd.cloudfoundry.com "mirror on cloudfoundry")
|
||||
|
||||
Google PageSpeed Score : [100](https://developers.google.com/speed/pagespeed/insights#url=http_3A_2F_2Fdemo-cloudcmd.cloudfoundry.com_2F&mobile=false "score") (out of 100).
|
||||
|
||||
|
|
@ -71,6 +72,7 @@ All main configuration could be done thrue config.json.
|
|||
```js
|
||||
{
|
||||
"cache" : {"allowed" : true}, /* cashing of js and css files in memory */
|
||||
"appcache" : false, /* html5 feature appcache */
|
||||
"minification" : { /* minification of js,css,html and img */
|
||||
"js" : false, /* minify module neaded */
|
||||
"css" : false, /* npm i minify */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue