grafana/tasks/options/usemin.js

12 lines
208 B
JavaScript

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