accountant-ui/grunt-config/wiredep.js
2016-02-17 09:52:13 +01:00

7 lines
128 B
JavaScript

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