mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
11 lines
173 B
JavaScript
11 lines
173 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
build: {
|
|
expand: true,
|
|
cwd: '<%= genDir %>',
|
|
src: '**/*.css',
|
|
dest: '<%= genDir %>'
|
|
}
|
|
};
|
|
};
|