accountant-ui/grunt-config/includeSource.js

14 lines
236 B
JavaScript

'use strict';
module.exports = {
options: {
basePath: 'accountant/frontend/static',
baseUrl: ''
},
index: {
files: {
'accountant/frontend/static/index.html': 'accountant/frontend/static/index.html'
}
}
};