aboutsummaryrefslogtreecommitdiff
path: root/docs/local_development.md
diff options
context:
space:
mode:
authorᴜɴᴋɴᴡᴏɴ <u@gogs.io>2020-03-15 03:47:07 +0800
committerGitHub <noreply@github.com>2020-03-15 03:47:07 +0800
commit328c23c5d41e07e37476e217c7ff1d3baef26b61 (patch)
treeabfc9c9755dd527f933eec4ba12535f96700cc30 /docs/local_development.md
parent268c692efde428fa2a00aff0860b093b2f4dc59e (diff)
public: make lessc compile minimize CSS (#5987)
Diffstat (limited to 'docs/local_development.md')
-rw-r--r--docs/local_development.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/local_development.md b/docs/local_development.md
index 1cf2f85d..03cec259 100644
--- a/docs/local_development.md
+++ b/docs/local_development.md
@@ -41,6 +41,7 @@ Gogs has the following dependencies:
```bash
brew install go postgresql git go-bindata npm
npm install -g less
+ npm install -g less-plugin-clean-css
```
1. Configure PostgreSQL to start automatically: