Skip to content

Commit

Permalink
Accept gzipped stylesheets
Browse files Browse the repository at this point in the history
  • Loading branch information
t32k committed Feb 8, 2016
1 parent 6b360fd commit d3d392a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions lib/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ Parser.prototype.parse = function (callback) {
this.urls.forEach(function (url) {
var options = that.options.requestOptions;
options.url = url;
options.gzip = true;
requestPromises.push(requestSync(options));
});

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylestats",
"version": "6.2.4",
"version": "6.3.0",
"description": "StyleStats is a small library to collect CSS statistics!",
"author": "Koji Ishimoto <ijok.ijok@gmail.com>",
"contributors": [
Expand Down

0 comments on commit d3d392a

Please sign in to comment.