Skip to content

Commit

Permalink
Updated devDeps & disabled CSSO in example as not compatible with sou…
Browse files Browse the repository at this point in the history
…rcemaps
  • Loading branch information
Vitaly Puzrin authored and ixti committed Mar 16, 2014
1 parent 0de6dc4 commit 594983e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion examples/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ if ('production' === process.env.NODE_ENV) {
//

environment.jsCompressor = "uglify";
environment.cssCompressor = "csso";
// (!) now disabled, because does not supports sourcemaps
//environment.cssCompressor = "csso";

//
// In production we assume that assets are not changed between requests,
Expand Down
9 changes: 6 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@
"jade" : "*",
"less" : "*",
"node-sass" : "*",
"stylus" : "*"
},
"engines" : { "node": ">= 0.6.0" }
"stylus" : "*",
"autoprefixer" : "*",
"uglify-js" : "*",
"csso" : "*",
"connect" : "*"
}
}

0 comments on commit 594983e

Please sign in to comment.