Browse Source

Fixes build.

Starting version 4.x clean-css is split into two packages and we should depend on clean-css-cli for versions 4 and above. Tested it and we have currently some problem with it like fonts and images got referenced under css folder. So sticking version to 3.x for now.
j8
damencho 8 years ago
parent
commit
be8860080c
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      package.json

+ 1
- 1
package.json View File

@@ -57,7 +57,7 @@
57 57
     "babel-preset-es2015": "^6.18.0",
58 58
     "babel-preset-react": "^6.16.0",
59 59
     "babel-preset-stage-1": "^6.16.0",
60
-    "clean-css": "*",
60
+    "clean-css": "^3.0.0",
61 61
     "css-loader": "*",
62 62
     "eslint": "^3.13.1",
63 63
     "eslint-plugin-jsdoc": "*",

Loading…
Cancel
Save