From b68018ea11f1ebfb8d1bbcbc9aec995066030303 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 4 Oct 2012 03:57:34 -0400 Subject: [PATCH] added mirror on cloudfoundry --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 582bebb0..0550847c 100644 --- a/README.md +++ b/README.md @@ -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 */