Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit b0eb43c

Browse files
author
chrisisbeef
committed
Added logging and reference implementation using Log4js
1 parent e8712b0 commit b0eb43c

File tree

4 files changed

+282
-25
lines changed

4 files changed

+282
-25
lines changed

build.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
$SOURCE_DIR = "src/main/javascript/";
16-
$COMPLETE_FILES = array( "core.js", "esapi.properties.js", "org.owasp.esapi.js", "org.owasp.esapi.codecs.js", "org.owasp.esapi.reference.encoding.js" );
16+
$COMPLETE_FILES = array( "core.js", "esapi.properties.js", "org.owasp.esapi.js", "org.owasp.esapi.codecs.js", "org.owasp.esapi.reference.encoding.js", "org.owasp.esapi.reference.logging.js" );
1717

1818
$OUTPUT_DIR = "dist/";
1919
$OUTPUT_FILE = "esapi.js";

0 commit comments

Comments
 (0)