Sal Ferrarello
Sal Ferrarello
Add ~~gulp-autoprefixer~~ [gulp-postcss](https://www.npmjs.com/package/gulp-postcss) and [autoprefixer](https://www.npmjs.com/package/autoprefixer) This specifically came up because Safari does not support `position: sticky` without a vendor prefix. > If you use other PostCSS based tools, like cssnano,...
Thanks for this project. I'm working on a new project and this is a great start. I'm opening this issue because running `npm install gulp-wp-toolkit` results in audit warnings. Based...
Add a version number parameter (an empty string), which allows the following parameter (`true`) to be properly interpreted as the `in_footer` parameter. See #65 I'm having trouble using the modified...
This PR is a subset of the work done by @Pixelrobin in #52, in the hopes that we can get a `README.md` for one example merged and then use that...
I'm sure I'm doing something wrong but I've been unable to determine what. In my attempt to create a PR for #65, I've modified `packages/cgb-scripts/template/src/init.php` however when I run `yarn...
## Bug Report ### Expected Behavior When viewing the source on `/wp-admin/post-new.php`, I expected the script tag for `dist/blocks.build.js` to appear in the footer. I also expected the script to...
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). Currently, https://make.wordpress.org/cli/handbook/contributions/pull-requests/ indicates `hub` is a required tool > Install [Composer](https://getcomposer.org/) and [hub](https://hub.github.com/) if you donβt already have them....
Temporarily suspend PHP Warnings on invalid tags when processing Gist HTML by setting the libxml_use_internal_errors() value to true. The original value for libxml_use_internal_errors() is restored when the processing is complete....
When a Gist is retrieve from GitHub and parsed a PHP warning is thrown > DOMDocument::loadHTML() Tag template invalid in Entity Note: Once the Gist is loaded in the transient,...
I think it is worth considering whether it makes sense to detect filters in the way proposed in #24 In that issue @garyjones writes: > There are some filters that...