From deaf2b1d1233f9ac8cb6e16240b3619870728732 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 24 Oct 2015 23:09:24 -0400 Subject: remove manual output from source repo --- .../html_node/LibreJS-Development-Notes.html | 117 --------------------- 1 file changed, 117 deletions(-) delete mode 100644 doc/manual/html_node/LibreJS-Development-Notes.html (limited to 'doc/manual/html_node/LibreJS-Development-Notes.html') diff --git a/doc/manual/html_node/LibreJS-Development-Notes.html b/doc/manual/html_node/LibreJS-Development-Notes.html deleted file mode 100644 index 66d574b..0000000 --- a/doc/manual/html_node/LibreJS-Development-Notes.html +++ /dev/null @@ -1,117 +0,0 @@ - - - - - -GNU LibreJS 6.0.10.20151023: LibreJS Development Notes - - - - - - - - - - - - - - - - - - - -
-

-Next: , Previous: , Up: Top   [Contents]

-
-
- -

8 LibreJS Development Notes

- - -

8.1 Running LibreJS from the source directory

-

Download jpm, then do something like this in the LibreJS -directory: -

-
-
jpm run -b `which abrowser`
-
- - -

8.2 Debugging

-

Uncomment lines 22 and 23 in lib/main.js to enable printing of -console.debug() statements. -

- -

8.3 Adding new whitelisted libraries

-

Run the data/script_libraries/gethash.sh script, using the URL -to a JavaScript file as the argument, then add the output of that -command to data/script_libraries/script-libraries.json. -

- -

8.4 Releasing a new version

-

Update the version number in: -

- -

Then run ‘make info’ to build the docs with gendocs.sh. -

- - - - - - -- cgit v1.2.3