UNPKG

jimdo-templateflow

Version:
22 lines (20 loc) 411 B
'use-strict' module.exports = function (config) { return { default: { options: { indentedSyntax: true, sourceMap: true, includePaths: [ config.bowerDir ] }, files: [{ expand: true, cwd: config.sassDir, src: [ '**/*.sass', '**/*.scss' ], dest: config.cssDir, ext: config.cssExt, extDot: 'last' }] } } }