// clean module.exports = function(config) { return { dev: ['.tmp/public/**'], build: ['www'] }; };