Skip to content

Commit 39d095d

Browse files
committed
Doc update
1 parent 050b9aa commit 39d095d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

easycoder/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
Here are the files that will be used by EasyCoder applications. Not all will be needed for any given application but it's probably simplest to copy them all. The file `plugins,js` defines which plugins will be used by default (causing them to be loaded) so it should be edited if a different set is required.
44

55
Most of these files, particularly those in the `plugin` folder, are simply copies of the source set at `js`. The two files `easycoder.js` and `easycoder-min.js` are built from those sources; the latter is a minimized version of the former.
6+
7+
To use EasyCoder, put the entire `easycoder` folder onto your webserver (keeping the same name) and in your HTML page header call for `easycoder.js` or `easycoder-min.js` (the former is more useful for debugging). This will call in other files as it needs them.

0 commit comments

Comments
 (0)