From 7460642bbb6cdb22a93239ec5361b2552963981d Mon Sep 17 00:00:00 2001 From: Austin Kirschenmann Date: Fri, 25 Mar 2016 10:38:49 -0600 Subject: [PATCH] Add missing prefix extension --- public/docs/development/rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/docs/development/rules.md b/public/docs/development/rules.md index 88f4658..83705fb 100644 --- a/public/docs/development/rules.md +++ b/public/docs/development/rules.md @@ -90,7 +90,7 @@ Rather than offering a complex feature set, Harp has simple rules on how it work If you like, you may explicitly specify which `mime type` the file will be served with, by prefixing the extension with the desired extension. ``` - myfile.jade -> myfile.html + myfile.html.jade -> myfile.html myfile.xml.jade -> myfile.xml ```