fix css minify bug

This commit is contained in:
afc163
2015-07-06 17:47:30 +08:00
parent 7af7399d84
commit ecd6540ce3
+2 -2
View File
@@ -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"