added mirror on cloudfoundry

This commit is contained in:
coderaiser 2012-10-04 03:57:34 -04:00
parent 1df30e21a8
commit b68018ea11

View file

@ -1,7 +1,8 @@
Cloud Commander [![Build Status](https://secure.travis-ci.org/coderaiser/cloudcmd.png?branch=master)](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 */