From ecd6540ce3fa3246eb601e30835b2b2330fb803b Mon Sep 17 00:00:00 2001 From: afc163 Date: Mon, 6 Jul 2015 17:47:30 +0800 Subject: [PATCH] fix css minify bug --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4dcf0c70d..5f5b7b9bd 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "babel-core": "~5.4.7", "babel-loader": "~5.1.3", "buildbranch": "^0.0.3", - "css-loader": "^0.15.1", + "css-loader": "^0.14.1", "eslint": "~0.22.1", "eslint-plugin-react": "~2.5.0", "extract-text-webpack-plugin": "^0.8.1", @@ -51,7 +51,7 @@ "pack": "npm run clean && webpack --optimize-minimize && nico build", "start": "npm run clean && nico server --watch", "clean": "rm -rf _site", - "deploy": "npm run build && node scripts/deploy.js", + "deploy": "npm run pack && node scripts/deploy.js", "lint": "eslint components index.js --ext '.js,.jsx'", "test": "webpack && npm run lint", "prepublish": "npm run babel"