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

8 lines (6 loc) 207 B
var path = require('path'); module.exports = function(file) { return { file: path.resolve(path.join(process.cwd(), 'test/fixtures/include-files/', file + (path.extname(file) ? '' : '.scss'))) }; };