gulp-wp-toolkit icon indicating copy to clipboard operation
gulp-wp-toolkit copied to clipboard

Re-usable Gulp Toolkit for WordPress Themes

Results 24 gulp-wp-toolkit issues
Sort by recently updated
recently updated
newest added

Adding a tilde importer allows shorter URLs when importing files from node_modules. Gulp doesn't provide this by default. ## Expected Behavior ```scss @import "~normalize-css/normalize"; ``` ## Current Behavior ```scss @import...

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...

It would be nice to allow ES6 JS in projects using Gulp WP Toolkit, and we could add [gulp-babel](https://www.npmjs.com/package/gulp-babel) to the JS build process to take care of this step.

Type: Enhancement

https://github.com/MohammadYounes/gulp-rtlcss Some themes need right-to-left styles, and this package can help generate them. The gotcha here, is being able to generate the right sourcemap when building SCSS into CSS, AND...

Type: Enhancement
Status: Investigation
Priority: High