mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 06:02:52 +08:00
12 lines
179 B
JavaScript
12 lines
179 B
JavaScript
module.exports = function () {
|
|
'use strict';
|
|
return {
|
|
txt: {
|
|
expand: true,
|
|
cwd: 'dist',
|
|
src: ['**.txt'],
|
|
dest: '../public/emails/',
|
|
},
|
|
};
|
|
};
|