diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-07 18:20:55 -0600 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2013-07-07 18:20:55 -0600 |
commit | 4eb70e2bd308677531be8f806443d32d1840c93d (patch) | |
tree | a1947938feb8036147959baf57b12be1802797bc | |
parent | c38a1d4dac49f4e3343e5f6b28be2bc3e0582792 (diff) |
add closure-compiler to depends_static.txtv20130707
-rw-r--r-- | depends_static.txt | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/depends_static.txt b/depends_static.txt index 0edf553..f825014 100644 --- a/depends_static.txt +++ b/depends_static.txt @@ -1,5 +1,6 @@ -python2 # duh -python2-flup # for fcgi -postgresql # for database -git # used in parabolaweb-download -libretools # used in parabolaweb-{download,update} (libremessages) +closure-compiler # for .min.js +git # used in parabolaweb-download +libretools # used in parabolaweb-{download,update} (libremessages) +postgresql # for database +python2 # duh +python2-flup # for fcgi |