Add script to build elastic skin css file

This commit is contained in:
Aleksander Machniak 2018-04-09 12:35:51 +02:00
parent 89a7362058
commit a514ae7b9f

9
less-build.sh Executable file
View file

@ -0,0 +1,9 @@
#!/bin/sh
# First you have to link/copy /skins directory from Roundcube repo
# into ./skins here
# Note: You can remove -x option to generate non-minified file
# (remember to remove ".min" from the output file name)
lessc --relative-urls -x plugins/libkolab/skins/elastic/libkolab.less > plugins/libkolab/skins/elastic/libkolab.min.css