diff options
author | Jasper Van der Jeugt <jaspervdj@gmail.com> | 2016-10-27 15:56:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-27 15:56:00 +0200 |
commit | ab34240bb53565ce7179432cd75fd67adddb4e7c (patch) | |
tree | 47405f2ae05e32063f2a6b9478fb55d4bb99913e | |
parent | 728174358e0332d6feb519b54b5d0e0335319556 (diff) | |
parent | b31886cdba24a8cf01e28558f5510a549c312756 (diff) | |
download | hakyll-ab34240bb53565ce7179432cd75fd67adddb4e7c.tar.gz |
Merge pull request #480 from jflanglois/fix-extra-test-files
Fix extra test files for packaging source files.
-rw-r--r-- | hakyll.cabal | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index fab0d32..5d6e1ce 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -65,8 +65,13 @@ Extra-source-files: tests/data/example.md tests/data/example.md.metadata tests/data/images/favicon.ico + tests/data/partial-helper.html + tests/data/partial.html + tests/data/partial.html.out tests/data/posts/2010-08-26-birthday.md tests/data/russian.md + tests/data/strip.html + tests/data/strip.html.out tests/data/template.html tests/data/template.html.out |