accountant-ui/grunt-config/includeSource.js
2016-02-17 08:26:43 +01:00

14 lines
237 B
JavaScript

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