Skip to content

Commit 19616d9

Browse files
cleanup & favicon fix
1 parent 1aa10d3 commit 19616d9

File tree

8 files changed

+27
-1131
lines changed

8 files changed

+27
-1131
lines changed

DEVELOPMENT.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,11 @@ Contributing
77

88
## Building tips
99
0. Ensure that you have NodeJS (npm) installed, and executed the following:
10-
* <code>npm install</code> (to install all required dependencies).
10+
1. <code>npm install</code> (to install all required dependencies).
1111
1. To test your changes in sources without exporting:
1212
1. Comment/replace <code>$$$ISOK(..RequireAuthorization())</code> in %WebTerminal.Engine studio class;
13-
2. Open <code>index.html</code> file from local server (execute `node localServer/run.js`). You may also need to change the debug port 57772 in TerminalController.js.
13+
2. Open <code>index.html</code> file from local server (execute `node localServer/run.js`). You may also need to change the debug port 57772 in TerminalController.js.
14+
3. OR, just build & import terminal application into Cach? each time you make change.
1415
2. After changes tested, export the project to studio:
1516
1. Run <code>gulp</code> command to build the project;
1617
3. Find build/CacheWebTerminal-v*.xml file and import it to the studio.

Gruntfile.js

Lines changed: 0 additions & 144 deletions
This file was deleted.

0 commit comments

Comments
 (0)