mirror of https://github.com/grafana/grafana.git
12 lines
230 B
JavaScript
12 lines
230 B
JavaScript
|
|
module.exports = function(config) {
|
||
|
|
'use strict';
|
||
|
|
|
||
|
|
return {
|
||
|
|
release: ['<%= destDir %>', '<%= tempDir %>', '<%= genDir %>'],
|
||
|
|
build: ['<%= srcDir %>/build'],
|
||
|
|
temp: ['<%= tempDir %>'],
|
||
|
|
packaging: [
|
||
|
|
],
|
||
|
|
};
|
||
|
|
};
|