clean.js 165 B

1234567
  1. module.exports = function(config) {
  2. return {
  3. on_start: ['<%= destDir %>', '<%= tempDir %>'],
  4. temp: ['<%= tempDir %>'],
  5. docs: ['<%= docsDir %>']
  6. };
  7. };