grafana/scripts/grunt/options/clean.js

11 lines
225 B
JavaScript
Raw Normal View History

module.exports = function(config) {
'use strict';
return {
release: ['<%= destDir %>', '<%= tempDir %>', '<%= genDir %>'],
build: ['<%= srcDir %>/build'],
temp: ['<%= tempDir %>'],
packaging: [],
};
};