added fix of 866 charset

This commit is contained in:
coderaiser 2012-10-01 06:33:07 -04:00
parent 47edf13926
commit 9e542a547f
3 changed files with 9 additions and 0 deletions

View file

@ -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

View file

@ -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.

2
cloudcmd.bat Normal file
View file

@ -0,0 +1,2 @@
node cloudcmd
chcp 866