UNPKG

node-sass-chokidar

Version:

A thin wrapper around node-sass to replicate the --watch --recursive option using chokidar instead of gaze for significantly better performance

7 lines (6 loc) 142 B
module.exports = function(file, prev, done) { done({ file: '/some/random/path/file.scss', contents: 'div {color: yellow;}' }); };