7 lines
128 B
JavaScript
7 lines
128 B
JavaScript
module.exports = {
|
|
app: {
|
|
src: ['<%= accountant.frontend.src %>/index.html'],
|
|
ignorePath: /\.\.\//
|
|
}
|
|
};
|