eleventy-plugin-directory-output icon indicating copy to clipboard operation
eleventy-plugin-directory-output copied to clipboard

Group and sort Eleventy’s verbose output by directory (and show file size with benchmarks)

Results 4 eleventy-plugin-directory-output issues
Sort by recently updated
recently updated
newest added

### v1.0.2 ```sh npm run build > [email protected] build > eleventy ↘ www/ -- -- -- → liquid/index.html src/liquid.liquid 0.2kB 5.0ms → nunjucks/index.html src/nunjucks.njk 0.2kB 3.8ms • index.html src/index.liquid 154.2kB...

I'm using the [programmatic API](https://www.11ty.dev/docs/programmatic/) in a test helper method to compile a single template, so that I can create a JSDOM object and attach a script to it for...

bug

As I have many many directories in my build (2813 !), but only a dozen in the root folder, it would be great if I could set the maximum depth...

Add an option to the plugin configuration in `.eleventy.js` where it should be specified according to which criteria the file structure should be organized. For example, I would love to...