This repository has been archived by the owner on Sep 3, 2024. It is now read-only.
Releases: xsynaptic/wordpress-gulp-starter-kit
Releases · xsynaptic/wordpress-gulp-starter-kit
Version 0.3.1: security update
- 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
Version 0.3.0
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
Version 0.2.5
- Updated dependencies and documentation
- Proper cssnano integration for minification and autoprefixing
- Now with fewer packages
Version 0.2.3
- Updated docs and dependencies
Version 0.2.2
- 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
Version 0.2.1
- 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