Skip to content
Snippets Groups Projects
Commit b6e5d774 authored by Jonas Leder's avatar Jonas Leder
Browse files

migrate from deprecated lib-sass to sass

parent 44898011
No related branches found
No related tags found
Loading
Pipeline #561 passed
...@@ -4,10 +4,10 @@ WORKDIR /build ...@@ -4,10 +4,10 @@ WORKDIR /build
COPY . /build COPY . /build
RUN mkdir /build/public/js RUN mkdir /build/public/js
RUN mkdir /build/public/css RUN mkdir /build/public/css
RUN npm install -g node-sass RUN npm install -g sass
RUN npm install -g typescript RUN npm install -g typescript
RUN tsc RUN tsc
RUN node-sass scss --output public/css --output-style compressed RUN sass scss/:public/css --style=compressed --no-source-map
# Prepare Webserver # Prepare Webserver
ARG INSTALL_CRON=0 ARG INSTALL_CRON=0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment