grafana/tasks/options/useminPrepare.js

9 lines
127 B
JavaScript

module.exports = function(config) {
return {
html: [
'tmp/index.html',
'tmp/views/index.html',
]
};
};