grafana/tasks/options/usemin.js

6 lines
94 B
JavaScript

module.exports = function(config) {
return {
html: '<%= destDir %>/index.html',
};
};