From 06619cd359428281238f351898ec8cf2e67e5b7b Mon Sep 17 00:00:00 2001 From: Phus Lu Date: Wed, 29 Mar 2017 23:12:47 +0800 Subject: [PATCH] Add minify to npm scripts Signed-off-by: Phus Lu --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 77c6951..aa58084 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,8 @@ "node": ">=0.10.0" }, "scripts": { - "make": "github-markdown-css > github-markdown.css" + "make": "github-markdown-css > github-markdown.css", + "minify": "minify github-markdown.css" }, "files": [ "github-markdown.css" @@ -30,5 +31,8 @@ ], "devDependencies": { "generate-github-markdown-css": "^2.1.0" + }, + "dependencies": { + "minifier": "^0.8.1" } }