UNPKG

jimdo-templateflow

Version:
17 lines (15 loc) 270 B
'use-strict' module.exports = function (config) { return { default: { files: [{ expand: true, cwd: config.cssDir, src: [ '*.css' ], dest: config.cssDir, ext: config.cssExt, extDot: 'last' }] } } }