]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - bin/pages.py
Merge pull request #402 from retropc/reqs
[irc/quakenet/qwebirc.git] / bin / pages.py
index ed2cedbda3c763efe72f8e270fb1fd50bb089be8..00ce2b95be9fd88da65271b518e1b4e1e7a66138 100644 (file)
@@ -4,11 +4,11 @@ PANES = ["connect", "embed", "options", "about", "url"]
 UI_BASE = ["menuitems", "baseui", "baseuiwindow", "colour", "url", "theme", "notifications", "tabcompleter", "style", "xdomain"]
 UI_BASE.extend(["panes/%s" % x for x in PANES])
 
-DEBUG_BASE = ["qwebirc", "version", "qhash", "jslib", "crypto", "md5", ["irc/%s" % x for x in IRC_BASE], ["ui/%s" % x for x in UI_BASE], "qwebircinterface", "auth", "sound"]
+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"]
-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 = {