17 lines
302 B
JavaScript
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
|
||
|
}
|
||
|
}
|
||
|
};
|