mirror of
https://github.com/grafana/grafana.git
synced 2024-11-27 03:11:01 -06:00
10 lines
199 B
JavaScript
10 lines
199 B
JavaScript
module.exports = {
|
|
dist: {
|
|
src: ['dist/*.html'],
|
|
dest: 'dist/css/tidy.css',
|
|
options: {
|
|
report: 'min' // optional: include to report savings
|
|
}
|
|
}
|
|
};
|