view tests/procs/test_dotfiles.yaml @ 780:ebf66b8b83f7

cm: Declare PieCrust as a Python 3 only package.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 16 Jul 2016 15:04:54 +0200
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"