forked from jorgecasar/flow
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
use a custom flowconfig when generating the site
Summary: the new website plugin removed a feature where we generate a temporary flow root and .flowconfig, so that the snippets run in an isolated space. without this, flow looks for a .flowconfig in the current working directory, whatever that happens to be. this diff adds back the old code and changes the plugin into a custom markdown processor plugin instead of monkeypatching the builtin markdown converter itself. Reviewed By: gabelevi Differential Revision: D4838999 fbshipit-source-id: 30a7e64ef4374e9c668ee6198403d29be913d3f7
- Loading branch information
1 parent
f20d45f
commit 9962167
Showing
2 changed files
with
51 additions
and
14 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