diff --git a/grunt-config/includeSource.js b/grunt-config/includeSource.js new file mode 100644 index 0000000..e845ac4 --- /dev/null +++ b/grunt-config/includeSource.js @@ -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' + } + } +}; diff --git a/package.json b/package.json index ea23514..60c6eeb 100644 --- a/package.json +++ b/package.json @@ -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",