Reviewers: #roundcube_kolab_plugins_developers Subscribers: #roundcube_kolab_plugins_developers Differential Revision: https://git.kolab.org/D2179
6 lines
249 B
Bash
Executable file
6 lines
249 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# First you have to link/copy /skins directory from Roundcube repo
|
|
# into ./skins here
|
|
|
|
lessc --clean-css="--s1 --advanced" --rewrite-urls=all plugins/libkolab/skins/elastic/libkolab.less > plugins/libkolab/skins/elastic/libkolab.min.css
|