1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-18 09:15:49 +00:00

scripts: Remove less.sh superseded by Makefile

We no longer need to manually build CSS files as Makefile keeps track of it.
This commit is contained in:
Adam Strzelecki 2015-12-01 22:21:19 +01:00
parent 19e8ce0354
commit e5fe367b82

View File

@ -1,4 +0,0 @@
#!/bin/sh
echo "compiling LESS Files"
lessc ../public/less/gogs.less ../public/css/gogs.css
echo "done"