Files
lunchrun.me/tasks/options/clean.js
2014-03-08 18:37:19 -06:00

8 lines
124 B
JavaScript

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