Add asset management using grunt-include-source.

This commit is contained in:
Alexis Lahouze 2016-02-17 08:26:43 +01:00
parent 55ae394674
commit de14701614
2 changed files with 14 additions and 0 deletions

View 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'
}
}
};

View File

@ -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",