diff options
author | Yorhel <git@yorhel.nl> | 2015-08-17 16:02:40 +0200 |
---|---|---|
committer | Yorhel <git@yorhel.nl> | 2015-08-17 16:02:40 +0200 |
commit | 6f424c8a6765c00c5df7b359ab4c8d409c758738 (patch) | |
tree | 1abebbf903341f50f8da90026425c8e0198d612e /data/config_example.pl | |
parent | e064b8c2a70ab02417a58d2db83bb31fcb59fbcf (diff) | |
parent | c24962392d8959eb912be14b225d2e8a08ae3f54 (diff) |
Merge branch 'jscleanup'
Diffstat (limited to 'data/config_example.pl')
-rw-r--r-- | data/config_example.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/data/config_example.pl b/data/config_example.pl index 56ed2ec7..9c255bb2 100644 --- a/data/config_example.pl +++ b/data/config_example.pl @@ -23,7 +23,7 @@ package VNDB; ); -# Uncomment to disable certain features of Multi +# Uncomment to enable certain features of Multi #$M{modules}{API} = {}; #$M{modules}{APIDump} = {}; @@ -35,3 +35,8 @@ package VNDB; # pass => '<nickserv-password>', # masters => [ 'yorhel!~Ayo@your.hell' ], #}; + + +# Uncomment the compression method to use for the generated Javascript (or just leave as-is to disable compression) +#$JSGEN{compress} = 'JavaScript::Minifier::XS'; +#$JSGEN{compress} = "|/usr/bin/uglifyjs --compress --mangle"; |