view tests/procs/test_dotfiles.yaml @ 823:ad12a942cadd

internal: Import things in the builtin plugin only when needed.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 03 Feb 2017 20:08:04 -0800
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"