Add script to build elastic skin css file
This commit is contained in:
parent
89a7362058
commit
a514ae7b9f
1 changed files with 9 additions and 0 deletions
9
less-build.sh
Executable file
9
less-build.sh
Executable 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
|
Loading…
Add table
Reference in a new issue