-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Generate resources based on template directories. #458
Conversation
Site generation is significantly slower than before, possibly due to more file I/O since we first copy all files to their destination, then render the tree which, for some renderers, skips their ability to render on copy. |
The problem is that this completely prevents us from adding fallback templates later, using |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## 0.3.x #458 +/- ##
==========================================
- Coverage 94.66% 93.20% -1.47%
==========================================
Files 31 31
Lines 2381 2471 +90
==========================================
+ Hits 2254 2303 +49
- Misses 127 168 +41 ☔ View full report in Codecov by Sentry. |
…ASSIVE STASH DOES NOT WORK.
c937294
to
2675673
Compare
This fixes #155