1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Update less.js to latest version (#3932)

This commit is contained in:
Lauris BH
2018-05-10 08:36:47 +03:00
committed by Lunny Xiao
parent 60424b7bad
commit abff697f31
3 changed files with 211 additions and 190 deletions

View File

@@ -292,7 +292,7 @@ stylesheets-check: generate-stylesheets
.PHONY: generate-stylesheets
generate-stylesheets:
node_modules/.bin/lessc --no-ie-compat --clean-css public/less/index.less public/css/index.css
node_modules/.bin/lessc --clean-css public/less/index.less public/css/index.css
.PHONY: swagger-ui
swagger-ui: