forked from google/eleventy-high-performance-blog
-
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.
Upgrade to eleventy 1.0 🎉 (google#111)
## Trivial `s/slug/slugify` ## Changes - More robust test triggering (Now gets triggered by test changes or by the build actually finishing) - Fixed bad tests for draft posts. ## Not so great Changed the `addHash` filter to read from source directories instead of `_site`. This works but it would not work if a file would be synthesized into the output dir. This is necessary due to a race condition that only happens in `watch` mode where `_site` doesn't exist during re-build.
- Loading branch information
Showing
8 changed files
with
928 additions
and
983 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
Oops, something went wrong.