Merge ~pjdc/discourse-charm/+git/discourse-charm:install-node-uglify-for-assets-precompile into discourse-charm:master

Proposed by Paul Collins
Status: Merged
Approved by: Barry Price
Approved revision: a59329abeda7314b4d19ba881bb3545b49f45992
Merged at revision: 4d5c0cb144628a668f3f300f02ce1827b3dafc54
Proposed branch: ~pjdc/discourse-charm/+git/discourse-charm:install-node-uglify-for-assets-precompile
Merge into: discourse-charm:master
Diff against target: 17 lines (+5/-0)
1 file modified
layer.yaml (+5/-0)
Reviewer Review Type Date Requested Status
Barry Price Approve
Review via email: mp+362159@code.launchpad.net

Commit message

install node-uglify for assets:precompile

To post a comment you must log in.
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

This merge proposal is being monitored by mergebot. Change the status to Approved to merge.

Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Unable to determine commit message from repository - please click "Set commit message" and enter the commit message manually.

Revision history for this message
Barry Price (barryprice) wrote :

+1

review: Approve
Revision history for this message
🤖 Canonical IS Merge Bot (canonical-is-mergebot) wrote :

Change successfully merged at revision 4d5c0cb144628a668f3f300f02ce1827b3dafc54

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/layer.yaml b/layer.yaml
2index 3cc5fe1..c3d5c9a 100644
3--- a/layer.yaml
4+++ b/layer.yaml
5@@ -20,7 +20,12 @@ options:
6 - postfix
7 - postgresql-client-common
8 - postgresql-client
9+ # nokogiri gem build dependency
10 - zlib1g-dev
11+ # Note that, as of 2019-01-24, this must be 2.x (as it is in
12+ # Ubuntu) or else an as yet nonexistent version of 3.x or later
13+ # that supports ES6 or at least "const" out of the box.
14+ - node-uglify
15 git-deploy:
16 target: /srv/discourse
17 repo: 'https://git.launchpad.net/discourse-charm'

Subscribers

People subscribed via source and target branches