-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add "-raw" flag to prevent render of includes
When we're including a file that contains content that _looks_ like a Mojolicious template directive, we get strange errors that are difficult to track down. We should fix this by requiring people to use certain extensions to enable rendering (like `.ep` and the document extensions as known by the store (`.markdown` and `.md` by default)), but we should also allow people to override these heuristics. So, for now, we'll add the flag that allows overriding the behavior, and then later we can fix our heuristics for determining if we should run the content through the renderer. Refs #529
- Loading branch information
Showing
3 changed files
with
42 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters