manuel
manuel
Is it possible to include a folder of documents writted in markdown ? A bit like githubs wiki to be able to write more files than only one readme big...
Hello, The localization feature currently return String based on keys. So we do something like ``` render() { return html`localize.msg('key')`; } ``` And most of the time it is enough,...
When you talk about env-configuration.json file. ~~It's like prod-configuration.json and dev-configuration.json or only a single file with variables for each environment ?~~ How do you set this file ? Need...
docs(test-runner-module-mocking): ✏️ test-moduleMocking details on plugin import order Adding details on the order of plugin import in test config. Module mocking must be in first position to avoid conflict with...
## What I did 1. Removing .ejs extention of files copied at copy time. The .ejs extention is used to manage templates files for EJS templating system. If you have...