- Fixed issue with updated version of Autoprefixer and browserlist. Let the theme decide what browsers to support.
- Bumped all dependencies to latest version
- Bumped all dependencies to the latest version
- Changed to Dart Sass as default Sass compiler
- Updated name and other elements related to WP Site Care
- Bumped Autoprefixer to 7.x
- Bumped grunt-contrib-uglify to 3.x
- Dropped support for Bower in favor of using npm for all asset dependencies
- Added some extra path variables
- Bumped all dependencies to the latest version
- Updated config files for addtextdomain and makepot
- Changed grunt-sass to use tabs for indentation
- Bumped all dependencies to the latest version
- Removed some unused aliases
- Changed default directory structure
- Removed grunt-shell
- Removed Bower dependency
- Removed Composer dependency
- Bumped Grunt and other dependencies to the latest version
- Changed the default root value for pxtorem to 10px
This is a pretty large update. Some features have been removed and a few new ones have been added. There are a couple breaking changes in this update, so any themes using an older version of the config will need to be adjusted. Check out Alpha for a working example of how to implement the config. Here's a breakdown of the changes:
- Removed grunt-banner
- Removed grunt-checktextdomain
- Removed grunt-webfont
- Removed grunt-wp-css
- Added support for Sass source maps
- Made task names more consistent
- Added grunt-version
- Added postcss-pxtorem
- Simplified the default Sass config
- Removed unused tasks
- Added some simple release tasks using grunt-version
- Changed peerDependencies to standard dependencies. This breaks compatibility with npm2 and older
- Bumped autoprefixer to the latest version
- Bumped to latest version of all PeerDependencies
- Relaxed versions for all PeerDependencies
- (bugfix) Removed an undefined path to Hybrid Core leftover from previous versions
- Watched PHP files by default; mainly for LiveReload
- Replaced grunt-composer with a grunt-shell command
- Bumped to latest version of all PeerDependencies
- Removed unused dependencies
- Replaced grunt-cssjanus with grunt-rtlcss
- Replaced grunt-autoprefixer with postcss
- Replaced bower install task with grunt-shell
- Various code and performance improvements
- Bumped to latest version of all PeerDependencies
- Excluded Composer from the makepot task
First public release.