0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-23 23:18:48 -05:00

Disable :advanced compilation in dist-main script.

This commit is contained in:
Andrey Antukh 2016-11-21 23:32:29 +01:00
parent 567075f9c5
commit 730bbba2b9
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95
2 changed files with 2 additions and 2 deletions

View file

@ -12,7 +12,7 @@ ENV LC_ALL en_US.UTF-8
RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" >> /etc/apt/sources.list RUN echo "deb http://apt.postgresql.org/pub/repos/apt/ xenial-pgdg main" >> /etc/apt/sources.list
RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add - RUN wget --quiet -O - https://www.postgresql.org/media/keys/ACCC4CF8.asc | apt-key add -
RUN apt-get update -yq && \ RUN apt-get update -yq && \
apt-get install -yq bash git tmux vim openjdk-8-jdk rlwrap build-essential \ apt-get install -yq bash git tmux vim openjdk-8-jdk rlwrap build-essential \
postgresql-9.5 postgresql-contrib-9.5 imagemagick webp \ postgresql-9.5 postgresql-contrib-9.5 imagemagick webp \
sudo sudo

View file

@ -13,7 +13,7 @@
:output-dir "dist/js/main" :output-dir "dist/js/main"
:closure-defines {"uxbox.config.url" "https://test.uxbox.io/api" :closure-defines {"uxbox.config.url" "https://test.uxbox.io/api"
"uxbox.config.viewurl" "https://test.uxbox.io/view/"} "uxbox.config.viewurl" "https://test.uxbox.io/view/"}
:optimizations :advanced :optimizations :simple
:externs ["externs/main.js"] :externs ["externs/main.js"]
:static-fns true :static-fns true
:elide-asserts true :elide-asserts true