mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
ea27eca147
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
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/',
|
|
},
|
|
};
|
|
};
|