Add asset management using grunt-include-source.
This commit is contained in:
parent
55ae394674
commit
de14701614
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'
|
||||
}
|
||||
}
|
||||
};
|
@ -13,6 +13,7 @@
|
||||
"grunt-copy": "^0.1.0",
|
||||
"grunt-flake8": "^0.1.3",
|
||||
"grunt-htmllint": "^0.2.7",
|
||||
"grunt-include-source": "^0.7.1",
|
||||
"grunt-jscs": "^2.7.0",
|
||||
"grunt-newer": "^1.1.1",
|
||||
"grunt-shell": "^1.1.2",
|
||||
|
Loading…
Reference in New Issue
Block a user