Added missing dependency "closure-compiler"

This commit is contained in:
Alexander Trost
2015-10-06 17:22:14 +02:00
parent 56ca27ac91
commit 80bc071a6a
2 changed files with 3 additions and 1 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
if [ "$DEBUG" == "true"]; then
if [ "$DEBUG" == "true" ]; then
set -x
fi
set -e

View File

@@ -61,6 +61,8 @@ class zulip::app_frontend {
"python-googleapi",
# Needed for JWT-based auth
"python-pyjwt",
# Needed for update prod-static
"closure-compiler",
]
define safepackage ( $ensure = present ) {
if !defined(Package[$title]) {