grafana/tasks/options/usemin.js

12 lines
208 B
JavaScript
Raw Normal View History

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