Updated core project to also use rcssmin filter.

This commit is contained in:
Matt Scott
2023-03-10 16:10:42 -05:00
parent 622003a46e
commit 6be6f3d389
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ COPY . /build
# Prepare assets
RUN yarn install --pure-lockfile --production && \
yarn cache clean && \
sed -i -r -e "s|'cssmin',\s?'cssrewrite'|'rcssmin'|g" /build/powerdnsadmin/assets.py && \
sed -i -r -e "s|'rcssmin',\s?'cssrewrite'|'rcssmin'|g" /build/powerdnsadmin/assets.py && \
flask assets build
RUN mv /build/powerdnsadmin/static /tmp/static && \