X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/blobdiff_plain/402c7470e12ea018c56e1150ef7c5be297e5342c..HEAD:/bin/pages.py diff --git a/bin/pages.py b/bin/pages.py index 1b020ae..00ce2b9 100644 --- a/bin/pages.py +++ b/bin/pages.py @@ -6,9 +6,9 @@ UI_BASE.extend(["panes/%s" % x for x in PANES]) DEBUG_BASE = ["qwebirc", "version", "qhash", "jslib", "base64", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"] BUILD_BASE = ["qwebirc"] -JS_DEBUG_BASE = ["mootools-1.2.5-core-nc", "mootools-1.2.5.1-more-nc", "debug/soundmanager_defer", "soundmanager2"] -JS_RAW_BASE = [("//ajax.googleapis.com/ajax/libs/mootools/1.2.5/mootools-yui-compressed.js", "sha384-MPnfXr8lwFAFe8KVcFLESmIGgKe77XuYv8AK6WHEwKLTVxlcltpFNHBcJuv2uxXT")] -JS_BASE = ["mootools-1.2.5.1-more-nc", "../../js/soundmanager_defer", "soundmanager2-nodebug-jsmin"] +JS_DEBUG_BASE = ["mootools-1.2.5-core-nc", "mootools-1.2.5.1-more-nc"] +JS_RAW_BASE = [] +JS_BASE = ["mootools-1.2.5-core-nc", "mootools-1.2.5.1-more-nc"] JS_EXTRA = [] UIs = {