9 lines
127 B
JavaScript
9 lines
127 B
JavaScript
module.exports = function(config) {
|
|
return {
|
|
html: [
|
|
'tmp/index.html',
|
|
'tmp/views/index.html',
|
|
]
|
|
};
|
|
};
|