提交 ecd6540c 编写于 作者: A afc163

fix css minify bug

上级 7af7399d
......@@ -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"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册