Comparing version 0.1.0 to 0.1.1
@@ -9,5 +9,5 @@ var es = require('event-stream'); | ||
return es.map(function(file, cb) { | ||
file.contents = csso.justDoIt(String(file.contents), optimise); | ||
file.contents = new Buffer(csso.justDoIt(String(file.contents), optimise)); | ||
cb(null, file); | ||
}); | ||
}; |
{ | ||
"name": "gulp-csso", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Run csso with gulp.", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# gulp-csso | ||
Run [https://github.com/css/csso](csso) with Gulp, the streaming build system. | ||
Run csso with Gulp, the streaming build system. | ||
https://npmjs.org/package/csso | ||
## Installation | ||
@@ -6,0 +8,0 @@ |
2470
29