aboutsummaryrefslogtreecommitdiff
path: root/build/.gitignore
Commit message (Collapse)AuthorAge
* Fixed empty loop causeing infinite loopAlexander Pickering2019-11-21
| | | | | | If a loop was defined in the template, but no loop was defined in the varlist, render() would infinite loop while trying to execute. Fixs that.
* Started refactoring codeAlexander Pickering2018-10-25
Added a src/ and build/ directory Added a include/ directory Included file is smaller