Files
roundcubemail/skins/elastic/Makefile
Pablo Zmdl 8685ca9dec Makefile to build elastic's CSS (#9581)
Those steps need to be repeated once in a while when working with the
repository code, and now that's easier.
2024-08-13 14:47:30 +02:00

9 lines
471 B
Makefile

# No default target to avoid this being mistaken as sufficient preparation for
# running the code (these styles depend on bootstrap, which needs to be
# downloaded, too; see bin/install-jsdeps.sh in the repo's root).
css:
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