Merge ~twom/launchpad:sassy-css-compress-output into launchpad:master

Proposed by Tom Wardill
Status: Merged
Approved by: Tom Wardill
Approved revision: 5771e576997c8be2a014ea66a95265ef5fadd8a5
Merge reported by: Otto Co-Pilot
Merged at revision: not available
Proposed branch: ~twom/launchpad:sassy-css-compress-output
Merge into: launchpad:master
Diff against target: 13 lines (+1/-1)
1 file modified
Makefile (+1/-1)
Reviewer Review Type Date Requested Status
Colin Watson (community) Approve
Review via email: mp+385040@code.launchpad.net

Commit message

Enable compressed output in combo.css

Description of the change

Accidentally dropped the output style, re-introduce it to combo.css output, but not the test (base.css) output

To post a comment you must log in.
Revision history for this message
Colin Watson (cjwatson) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
diff --git a/Makefile b/Makefile
index 79025fa..262d9a3 100644
--- a/Makefile
+++ b/Makefile
@@ -185,7 +185,7 @@ css_combine: jsbuild_widget_css
185 # Compile the base.css file separately for tests185 # Compile the base.css file separately for tests
186 SASS_BINARY_PATH=$(NODE_SASS_BINARY) $(YARN) run node-sass --include-path $(WD)/$(ICING) --follow --output $(WD)/$(ICING)/ $(WD)/$(ICING)/css/base.scss186 SASS_BINARY_PATH=$(NODE_SASS_BINARY) $(YARN) run node-sass --include-path $(WD)/$(ICING) --follow --output $(WD)/$(ICING)/ $(WD)/$(ICING)/css/base.scss
187 # Compile the combo.css for the main site187 # Compile the combo.css for the main site
188 SASS_BINARY_PATH=$(NODE_SASS_BINARY) $(YARN) run node-sass --include-path $(WD)/$(ICING) --follow --output $(WD)/$(ICING) $(WD)/$(ICING)/combo.scss188 SASS_BINARY_PATH=$(NODE_SASS_BINARY) $(YARN) run node-sass --include-path $(WD)/$(ICING) --output-style compressed --follow --output $(WD)/$(ICING) $(WD)/$(ICING)/combo.scss
189189
190css_watch: jsbuild_widget_css190css_watch: jsbuild_widget_css
191 ${SHHH} bin/sprite-util create-image191 ${SHHH} bin/sprite-util create-image

Subscribers

People subscribed via source and target branches

to status/vote changes: