mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
added fix of 866 charset
This commit is contained in:
parent
47edf13926
commit
9e542a547f
3 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
2
cloudcmd.bat
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
node cloudcmd
|
||||
chcp 866
|
||||
Loading…
Add table
Add a link
Reference in a new issue