From 9e542a547ff5ec819c247f8ea9ccbb5ea5529a0d Mon Sep 17 00:00:00 2001 From: coderaiser Date: Mon, 1 Oct 2012 06:33:07 -0400 Subject: [PATCH] added fix of 866 charset --- ChangeLog | 4 ++++ README.md | 3 +++ cloudcmd.bat | 2 ++ 3 files changed, 9 insertions(+) create mode 100644 cloudcmd.bat diff --git a/ChangeLog b/ChangeLog index 1e06ebe6..57c811fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -78,6 +78,10 @@ disabled in browsers. * Little bit changed styles. Fixed margins in responsive view. +* Fixed bug with minifying, if file do not minimized so allowed set to none. + +* Added fix of 866 charset. + 2012.08.24, Version 0.1.6 diff --git a/README.md b/README.md index bb73e278..9e35390a 100644 --- a/README.md +++ b/README.md @@ -84,6 +84,9 @@ Starting To start **Cloud Commander** only one command neaded: node cloudcmd +or on win platform just + + cloudcmd After thet Cloud Commander reads config file **config.json** and start server on 31337 port, if none of port varibles(*cloud9*, *cloudfoundry* and *nodester*) isn't exist. diff --git a/cloudcmd.bat b/cloudcmd.bat new file mode 100644 index 00000000..cdd5bad0 --- /dev/null +++ b/cloudcmd.bat @@ -0,0 +1,2 @@ +node cloudcmd +chcp 866 \ No newline at end of file