accountant-ui/grunt-config/bower.js

17 lines
302 B
JavaScript

module.exports = {
install: {
options: {
copy: false
}
},
frontend: {
dest: 'accountant/frontend/static/third-party',
options: {
expand: true,
stripAffix: true,
keepExpandedHierarchy: false
}
}
};