Skip to content

Commit d12f322

Browse files
committed
clearer readme
1 parent f683fd8 commit d12f322

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed
Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This directory:
22

33
- preserves files that need to be present in site/ as swingjs2.js
4-
- stores the files that build_core_applet.xml needs to create swingjs/j2s/core/ files
4+
- stores the files that build_core_applet.xml needs to create swingjs/j2s/core/ and swingjs/swingjs2.js files
55

66

77
It contains:
@@ -11,6 +11,11 @@ js/*.js a set of files needed for all SwingJS pages
1111

1212
js/make.bat a script that concatenates the *.js files in the right order to make swingjs2.js
1313

14+
It is here as a convenience only; when in site/js, a developer can run this script
15+
to test changes. It is not used by build_core_applet.xml, which uses ANT concat instead.
16+
1417
js/core/ a folder used by build_core_applet.xml to create Google closure-compiled swingjs/j2s/core files.
1518

16-
19+
20+
21+
When build_core_applet.xml runs, all files

0 commit comments

Comments
 (0)