diff --git a/index.js b/index.js index 7b011ef..cd447cb 100644 --- a/index.js +++ b/index.js @@ -103,6 +103,9 @@ const gulpSass = (options, sync) => transfob((file, enc, cb) => { // eslint-disa file.stat.atime = file.stat.mtime = file.stat.ctime = new Date(); // eslint-disable-line } + // Pass along some potentially useful data. + file.sassStats = sassObj.stats; + cb(null, file); };