mirror of https://github.com/zulip/zulip.git
static_asset_compiler: Remove dependency on node packages.
We no longer need or use these, since Zulip installs a pinned version of node directly with the scripts/setup/install-node tool. Noticed because in the effort of adding Ubuntu bionic support, we noticed the package names changed again.
This commit is contained in:
parent
69517f5ac5
commit
9b4b15cd0a
|
@ -7,8 +7,6 @@ class zulip::static_asset_compiler {
|
||||||
$static_asset_compiler_packages = [
|
$static_asset_compiler_packages = [
|
||||||
# Needed for minify-js
|
# Needed for minify-js
|
||||||
$closure_compiler_package,
|
$closure_compiler_package,
|
||||||
'nodejs',
|
|
||||||
'nodejs-legacy',
|
|
||||||
'yui-compressor',
|
'yui-compressor',
|
||||||
# Used by makemessages i18n
|
# Used by makemessages i18n
|
||||||
'gettext',
|
'gettext',
|
||||||
|
|
Loading…
Reference in New Issue