minor changes

This commit is contained in:
coderaiser 2012-10-01 06:34:34 -04:00
commit af60ed2198
3 changed files with 7 additions and 0 deletions

View file

@ -80,6 +80,8 @@ disabled in browsers.
* 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