Update to 1.8.0

This commit is contained in:
Alexander Weidinger
2019-04-22 13:30:41 +02:00
parent 281f3969e2
commit 259b6e02cf
3 changed files with 22 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
"less": "^3.9.0"
},
"scripts": {
"update-css": "bash -c './node_modules/cssbeautify/bin/cssbeautify <(curl -s 'https://raw.githubusercontent.com/go-gitea/gitea/v1.7.6/public/css/theme-arc-green.css') > theme-arc-green.css.less'",
"update-css": "bash -c './node_modules/cssbeautify/bin/cssbeautify <(curl -s 'https://raw.githubusercontent.com/go-gitea/gitea/v1.8.0/public/css/theme-arc-green.css') > theme-arc-green.css.less'",
"build": "./node_modules/less/bin/lessc gitea-dark-arc-green.user.css.less gitea-dark-arc-green.user.css"
}
}