Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
bug 1468491: Update to clean-css 3.4.28
Browse files Browse the repository at this point in the history
* clean-css 3.4.23 → 3.4.28: Latest 3.4 update

There is a 4.x series that breaks asset processing (first error is that
django-pipeline can't find a font file).
  • Loading branch information
jwhitlock committed Jun 16, 2018
1 parent 379acb0 commit 6e1ef05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/images/kuma_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ RUN npm install --unsafe-perm -g \
jshint@2.9.5 \
node-sass@4.9.0 \
uglify-js@2.8.29 \
clean-css@3.4.23 \
clean-css@3.4.28 \
stylelint@9.2.1

COPY ./requirements /app/requirements
Expand Down
2 changes: 1 addition & 1 deletion scripts/travis-install
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if [ ${INSTALL_PIPELINE:-0} -ne 0 ]
then
npm install
npm install node-sass@4.9.0
npm install clean-css@3.4.23
npm install clean-css@3.4.28
npm install uglify-js@2.8.29
fi

Expand Down

0 comments on commit 6e1ef05

Please sign in to comment.