mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 16:45:43 -06:00
10 lines
197 B
JavaScript
10 lines
197 B
JavaScript
module.exports = function(config) {
|
|
'use strict';
|
|
|
|
return {
|
|
release: ['<%= destDir %>', '<%= tempDir %>', '<%= genDir %>'],
|
|
gen: ['<%= genDir %>'],
|
|
temp: ['<%= tempDir %>']
|
|
};
|
|
};
|