accountant-ui/grunt-config/includeSource.js

14 lines
237 B
JavaScript
Raw Normal View History

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