summaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorMorlinest <Morlinest@users.noreply.github.com>2017-09-24 21:47:10 +0200
committerLauris BH <lauris@nix.lv>2017-09-24 22:47:10 +0300
commit086eb62691ad6609f4b0abab2b3fffd96fc0ba58 (patch)
treed17a0fdc6a8b20afef2a6c88445371f763ee77e6 /package.json
parentfa6d7c7b994ce7fb3643f2df73a6900094d3439d (diff)
downloadgitea-086eb62691ad6609f4b0abab2b3fffd96fc0ba58.tar.gz
gitea-086eb62691ad6609f4b0abab2b3fffd96fc0ba58.zip
Compress css with nodejs (#2580)
Diffstat (limited to 'package.json')
-rw-r--r--package.json11
1 files changed, 6 insertions, 5 deletions
diff --git a/package.json b/package.json
index 1c906643ee..8251e50264 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,7 @@
{
- "license": "MIT",
- "dependencies": {
- "less": "^2.7.2"
- }
-}
+ "license": "MIT",
+ "devDependencies": {
+ "less": "^2.7.2",
+ "less-plugin-clean-css": "^1.5.1"
+ }
+} \ No newline at end of file