UNPKG

jimdo-templateflow

Version:
8 lines (6 loc) 201 B
'use-strict' module.exports = function (config) { var compileTasks = ['lintspaces'] if (config.sassCompiling) compileTasks.push('sass') return compileTasks.concat(['autoprefixer', 'csslint']) }