mirror of
https://github.com/roundcube/roundcubemail.git
synced 2026-03-05 07:44:01 +01:00
Those steps need to be repeated once in a while when working with the repository code, and now that's easier.
9 lines
471 B
Makefile
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
|