accountant-ui/grunt-config/clean.js

8 lines
98 B
JavaScript

'use strict';
module.exports = {
libs: [
'accountant/frontend/static/build'
]
};