Wordpress Gulp Starter Kit Versions Save

[NOT MAINTAINED] A starter kit for developing WordPress themes with Gulp.

0.3.1

7 years ago
  • Security fix for a bundled script
  • Simplify and remove textdomain for WP 4.6+
  • Cleaner JS style and include paths
  • Switched away from the drop comma style when declaring variables; people have mentioned it is confusing to read
  • Stripped out the Normalize file manipulation hack and gulp setup task; only rubysass needs a copy renamed with the .scss extension now
  • Added a few things to the Sass include paths
  • Dependencies update
  • Documentation update
  • Version bump

0.3.0

7 years ago

A small update mostly dealing with asset handling code in the Voidx theme:

  • Simpler asset and script variable handling code
  • Split core script into header/footer components, a best practice
  • Script namespace changed to “x”
  • Added SVG for Everybody to demonstrate header script utility
  • Documentation update
  • Dependency update

0.2.5

7 years ago
  • Updated dependencies and documentation
  • Proper cssnano integration for minification and autoprefixing
  • Now with fewer packages

0.2.3

8 years ago
  • Updated docs and dependencies

0.2.2

8 years ago
  • Ditched the awkward min suffix system; source maps take care of this nowadays
  • Small tweaks to the responsive menu script in the base theme
  • Documentation and source code comment improvements

0.2.1

8 years ago
  • Dependency update; everything is fresh
  • Switch from css-minify to cssnano
  • Cleaner workflow with no need to minify CSS for production
  • jQuery.timeago integration (it’s a better example)
  • sourcemaps are working properly