accountant-ui/grunt-config/wiredep.js

7 lines
128 B
JavaScript
Raw Normal View History

2016-01-29 13:42:25 +01:00
module.exports = {
app: {
src: ['accountant/frontend/templates/layout.html'],
ignorePath: /\.\.\//
}
};