File tree Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Expand file tree Collapse file tree 2 files changed +22
-3
lines changed Original file line number Diff line number Diff line change
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.
Original file line number Diff line number Diff line change 3
3
"title" : " Cache WEB Terminal" ,
4
4
"description" : " Web-based terminal emulator for Caché administering." ,
5
5
"author" : " ZitRo" ,
6
- "version" : " 2.0.0-beta.1 " ,
7
- "releaseNumber" : " 3 " ,
6
+ "version" : " 2.0.0-beta.2 " ,
7
+ "releaseNumber" : " 4 " ,
8
8
"repository" : {
9
9
"type" : " git" ,
10
10
"url" : " https://github.com/intersystems-ru/webterminal.git"
14
14
"grunt-contrib-clean" : " >=0.6.0" ,
15
15
"grunt-contrib-concat" : " >=0.5.0" ,
16
16
"grunt-contrib-copy" : " >=0.5.0" ,
17
- "grunt-contrib-uglify" : " >=0.5.1 " ,
17
+ "grunt-contrib-uglify" : " >=0.6.0 " ,
18
18
"grunt-preprocess" : " >=4.0.0"
19
19
}
20
20
}
You can’t perform that action at this time.
0 commit comments