accountant-ui/grunt-config/wiredep.js

7 lines
128 B
JavaScript

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