Craig Simpson
Craig Simpson
When loaded using Bower, I'm still seeing the old `bower.json` file with an incorrect `main` declaration. Tagging the current codebase as `v1.0.13` should resolve this issue.
It's my intention to spend time updating Gulp WP Toolkit to use Gulp 4.0. The main changes will around the structure of the task list, and being able to call...
When working with the `gulp-wp-toolkit` in Windows 10 I am bombarded with notifications and chimes when tasks run, leading me to consider switching away from the `gulp-notify` package and instead...
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.
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...