plugin-scaffold icon indicating copy to clipboard operation
plugin-scaffold copied to clipboard

DEPRECATED. Use https://github.com/10up/wp-scaffold

Results 15 plugin-scaffold issues
Sort by recently updated
recently updated
newest added

## Description of the Change Opened an issue here: https://github.com/10up/plugin-scaffold/issues/130 ### Benefits SVGs will display correctly on deployment ### Possible Drawbacks Perhaps there is a reason viewbox is removed which...

**Describe the bug** When `npm run build` is run, SVGs have their "viewbox" attribute removed which causes cropping: ![image](https://user-images.githubusercontent.com/6576646/100149085-a7693380-2e6b-11eb-8b67-6f69751aea8b.png) This is caused in `plugin-scaffold/config/webpack.config.common.js`. `ImageminPlugin` can be updated to this...

type:bug

## Description of the Change Adds the following as a starting point for using GitHub Actions to deploy plugins to the WordPress.org repository, particularly helpful for people who use this...

enhancement

### Description of the Change This PR introduces the [DependencyExtractionWebpackPlugin ](https://github.com/WordPress/gutenberg/blob/v7.6.0/packages/dependency-extraction-webpack-plugin/README.md)plugin that is used as part of the [@wordpress/scripts](https://github.com/WordPress/gutenberg/tree/v7.6.0/packages/scripts) package. This plugin will convert calls to dependencies via `import` statements...

Mirror changes of Theme Scaffold https://github.com/10up/theme-scaffold/pull/184

This is a copy of https://github.com/10up/theme-scaffold/pull/181 to keep theme and plugin repos in sync.

The example `composer.json` has ` "autoload": { "psr-4": { "TenUpScaffold\\": "includes/classes/" } }` But then there is no example inside the includes/classes/ folder of how to namespace different classes, nor...

type:question

When I run npm install, I get this message: ``` found 705 vulnerabilities (692 low, 13 high) run `npm audit fix` to fix them, or `npm audit` for details ```...

type:enhancement

Provide the same change requested here - https://github.com/10up/theme-scaffold/pull/162#discussion_r355212110 PR - https://github.com/10up/plugin-scaffold/pull/112