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:
Tim Abbott 2018-05-24 09:43:45 -07:00
parent 69517f5ac5
commit 9b4b15cd0a
1 changed files with 0 additions and 2 deletions

View File

@ -7,8 +7,6 @@ class zulip::static_asset_compiler {
$static_asset_compiler_packages = [
# Needed for minify-js
$closure_compiler_package,
'nodejs',
'nodejs-legacy',
'yui-compressor',
# Used by makemessages i18n
'gettext',