grafana/emails/grunt/uncss.js

10 lines
199 B
JavaScript

module.exports = {
dist: {
src: ['dist/*.html'],
dest: 'dist/css/tidy.css',
options: {
report: 'min' // optional: include to report savings
}
}
};