mirror of
https://gitea.com/gitea/gitea-mirror.git
synced 2026-04-02 01:41:10 +00:00
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
echo "compiling LESS Files"
|
|
lessc ../public/less/gogs.less ../public/css/gogs.css
|
|
echo "done"
|