view tests/procs/test_dotfiles.yaml @ 596:e2c91ba44d6c

admin: Make sure we have a valid default site to start with.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 20 Jan 2016 21:36:51 -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"