Skip to content
Snippets Groups Projects
Commit 624add8b authored by User expired's avatar User expired
Browse files

openolat#164: small script to recompile the light, openolat and uibk themes

parent de30ca87
No related branches found
No related tags found
No related merge requests found
#!/bin/bash
rm {light,openolat}/*.{css,css.map}
for x in light openolat uibk*; do ./compiletheme.sh $x; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment