accountant-ui/grunt-config/includeSource.js

14 lines
248 B
JavaScript
Raw Permalink Normal View History

'use strict';
module.exports = {
options: {
2016-02-17 09:52:13 +01:00
basePath: '<%= accountant.frontend.src %>',
baseUrl: ''
},
index: {
files: {
2016-02-17 09:52:13 +01:00
'<%= accountant.frontend.src %>/index.html': '<%= accountant.frontend.src %>/index.html'
}
}
};