view tests/procs/test_dotfiles.yaml @ 851:2c7e57d80bba

optimize: Don't load Jinja unless we need to.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 29 Apr 2017 21:42:22 -0700
parents bab91fcef741
children
line wrap: on
line source

---
in:
    assets/something.txt: Foo bar
    assets/.htaccess: "# Apache config"
outfiles:
    something.txt: Foo bar
    .htaccess: "# Apache config"