Skip to content

Commit 6752136

Browse files
package.json dependencies version bump, contributing tips
1 parent 1457da0 commit 6752136

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed

CONTRIBUTING.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
Contributing
2+
============
3+
4+
## Any fixes or propositions are welcome, just a couple of guidelines:
5+
* Use spaces instead of tabs;
6+
* Comment well every new contribution.
7+
8+
## Building tips
9+
0. Ensure that you have NodeJS (npm) installed, and executed the following:
10+
* <code>npm install</code> (to install all required dependencies).
11+
1. To test your changes in sources without exporting:
12+
1. Comment/replace <code>$$$ISOK(..RequireAuthorization())</code> in %WebTerminal.Engine studio class;
13+
2. Run <code>index.html</code> file from any local server. You may also need to change the debug port 57772 in TerminalController.js.
14+
2. After changes tested, export the project to studio:
15+
1. Run <code>grunt</code> command to build the project;
16+
2. If there is no errors, then run <code>grunt export</code> task;
17+
3. Find build/CWTWebSource.xml file and import it to the studio.
18+
3. By making changes in studio files (*.cls, *.mac) just copy source code into appropriate files in repository.
19+
4. If you commented line as the first step says, DO NOT FORGET to uncomment it.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"title": "Cache WEB Terminal",
44
"description": "Web-based terminal emulator for Caché administering.",
55
"author": "ZitRo",
6-
"version": "2.0.0-beta.1",
7-
"releaseNumber": "3",
6+
"version": "2.0.0-beta.2",
7+
"releaseNumber": "4",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/intersystems-ru/webterminal.git"
@@ -14,7 +14,7 @@
1414
"grunt-contrib-clean": ">=0.6.0",
1515
"grunt-contrib-concat": ">=0.5.0",
1616
"grunt-contrib-copy": ">=0.5.0",
17-
"grunt-contrib-uglify": ">=0.5.1",
17+
"grunt-contrib-uglify": ">=0.6.0",
1818
"grunt-preprocess": ">=4.0.0"
1919
}
2020
}

0 commit comments

Comments
 (0)