Add asset management using grunt-include-source.
This commit is contained in:
13
grunt-config/includeSource.js
Normal file
13
grunt-config/includeSource.js
Normal file
@ -0,0 +1,13 @@
|
||||
'use strict';
|
||||
|
||||
module.exports = {
|
||||
options: {
|
||||
basePath: 'accountant/frontend',
|
||||
baseUrl: ''
|
||||
},
|
||||
index: {
|
||||
files: {
|
||||
'accountant/frontend/templates/layout.html': 'accountant/frontend/templates/layout.html'
|
||||
}
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user