mirror of
https://github.com/grafana/grafana.git
synced 2025-01-07 14:43:42 -06:00
11 lines
229 B
JavaScript
11 lines
229 B
JavaScript
module.exports = function(config) {
|
|
'use strict';
|
|
|
|
return {
|
|
release: ['<%= destDir %>', '<%= tempDir %>', '<%= genDir %>'],
|
|
gen: ['<%= genDir %>'],
|
|
temp: ['<%= tempDir %>'],
|
|
css: ['<%= genDir %>/css']
|
|
};
|
|
};
|