We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81c067 commit 518b53aCopy full SHA for 518b53a
Dockerfile
@@ -38,7 +38,7 @@ EXPOSE 8000
38
39
# CloudPebble stuff
40
RUN npm install -g bower && echo '{"allow_root": true}' > ~/.bowerrc
41
-RUN npm install -g uglifyjs clean-css
+RUN npm install -g uglify-js clean-css
42
43
# Grab the toolchain
44
RUN curl -o /tmp/arm-cs-tools.tar https://cloudpebble-vagrant.s3.amazonaws.com/arm-cs-tools-stripped.tar && \
0 commit comments