view tests/bakes/test_dotfiles.yaml @ 1139:cd5267cd23ef

cm: Update npm modules.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 May 2018 22:37:38 -0700
parents 45ad976712ec
children
line wrap: on
line source

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