accountant-ui/grunt-config/bower.js

17 lines
302 B
JavaScript
Raw Normal View History

2015-06-13 17:37:35 +02:00
module.exports = {
install: {
options: {
copy: false
}
},
frontend: {
dest: 'accountant/frontend/static/third-party',
options: {
expand: true,
stripAffix: true,
keepExpandedHierarchy: false
}
}
};