Skip to content

Commit

Permalink
Use new make target to build CSS
Browse files Browse the repository at this point in the history
  • Loading branch information
pabzm committed Aug 26, 2024
1 parent 9d7c79a commit 6f7f355
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker-entrypoint-dev.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,7 @@ if [[ -f /var/www/html/index.php ]]; then
# Download external Javascript dependencies.
bin/install-jsdeps.sh
# Translate elastic's styles to CSS.
cd skins/elastic
npx lessc --clean-css="--s1 --advanced" styles/styles.less > styles/styles.min.css
npx lessc --clean-css="--s1 --advanced" styles/print.less > styles/print.min.css
npx lessc --clean-css="--s1 --advanced" styles/embed.less > styles/embed.min.css
cd -
make css-elastic
# Update cache-buster parameters in CSS-URLs.
bin/updatecss.sh
fi
Expand Down

0 comments on commit 6f7f355

Please sign in to comment.