Automattic / Automattic/juice

Support for juicing entire directories

Open
#374 4 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
3.3k
Forks
233
Avg merge
1d 10h
Merged PRs (30d)
8

Description

Workaround is something like this `find coverage/srcbackup -name '*.html' | xargs -P 16 -I@ yarn juice @ @`
but it would be great if juice had native support for doing this as I suspect it'd be faster

Contributor guide

Open the contributing guide

Research direction

Reproduce the current workaround with `find coverage/srcbackup -name '*.html' | xargs -P 16 -I@ yarn juice @ @`. Then trace the `yarn juice` command entry point and existing input handling; the work is done when native directory input processes the relevant HTML files without requiring the external `find` and `xargs` pipeline.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
cli
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.