10up-toolkit
10up-toolkit copied to clipboard
Official 10up asset building toolkit.
### Describe your question Not sure if this is a bug or a feature. I'm trying to implement the [contenthash] into the generated file names. To do that I am...
Bumps the npm_and_yarn group with 1 update in the / directory: [express](https://github.com/expressjs/express). Updates `express` from 4.18.2 to 4.19.2 Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for...
Related Issue/RFC: https://github.com/10up/10up-toolkit/issues/339 This PR introduces several enhancements and fixes to the configuration and entry logic for the toolkit package. Key changes include the reorganization of path configurations, the addition...
Currently, the mechanism of adding new individual entry points is rather manual. The file has to be added to `package.json`, and then you also have to manually enqueue the asset...
Related Issue/RFC: #327 ### Description of the Change As part of the v6 roadmap, we're planning on officially removing browser-sync support. ### Alternate Designs ### Possible Drawbacks ### Verification Process...
Related Issue/RFC: #168 ### Description of the Change ### Alternate Designs ### Possible Drawbacks ### Verification Process 1. `npm run dev` 2. Add the Example block (WITHOUT LINARIA) 3. Change...
This is quite an opinionated suggestion so feel free to close. I believe that linting should only report things that need to be fixed. I find myself working on projects...
### Is your enhancement related to a problem? Please describe. from @tobeycodes (https://github.com/10up/wp-scaffold/issues/199) This might be more appropriate for 10up-toolkit. I believe we should use prettier for formatting and not...
### Describe the bug Related to https://github.com/10up/10up-toolkit/issues/300 and https://github.com/10up/10up-toolkit/pull/314 theme.json generates font size and font family variables with mixed kebab-case and wp--kebab--case, for example: `--wp--preset--font-family--headline` or `--wp--preset--font-size--lg`. This throws stylelint...