Raphael Höser

Results 40 issues of Raphael Höser

This will fix #92 and 11ty/eleventy#586.

This is a first implementation for #1175 and #2287 to gather feedback. This change allows for more fine grained control over how a template is excluded from collections by allowing...

This change adresses the issue in #2386. It changes the output for custom engines as follows: Before: ``` [11ty] Writing _site/index2/index.html from ./index2.md (liquid) [11ty] Writing _site/test/index.html from ./test.md (liquid)...

in-progress

This change adds watchtargets for eleventyignore (and if configured gitignore) files. Fixes #1473

This change adds a "PathNormalizer" with tests which converts all paths to be unix compatible (replace "\" with "/"). That way auto reloading dependencies of the config also works on...

See #2470 for more details why this is not (yet) 100.

This PR contains some changes to the Sortable class, to make the API a little more consistent (IMO) while being backwards compatible.

I believe that the lines 14-18 are from an old version, since they are not hit by UT coverage and probably don't even work as the author expected. https://github.com/11ty/eleventy/blob/fc6fc96707ad9ca062622ea11e0c092b666372a9/src/Util/Merge.js#L11-L44 I...