This commit is contained in:
Aleksey Chichenkov 2019-01-29 14:25:40 +03:00
parent 3cffcbd7e5
commit 2332120872
7 changed files with 536 additions and 2 deletions

View file

@ -12,6 +12,11 @@ var config = {
* Флаги для лемона, можно посмотреть в README.md
*/
flags: "-l",
/**
* Before use it, you must configurate header.tmpl and footer.tmpl
*/
require_templates: "require_js/"
};
module.exports = config;