#6264 closed enhancement (fixed)
Update grunt-sass to 0.18.0
Reported by: | netweb | Owned by: | djpaul |
---|---|---|---|
Milestone: | 2.3 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | has-patch |
Cc: |
Description
Via #WP31343, even though BuddyPress doesn't currently use grunt-sass
it should be updated to removing warning notices during nom install
due to current version ~0.14.0
, notable changes in the latest version now supports the latest NPM and NodeJS versions.
- grunt-sass: https://github.com/sindresorhus/grunt-sass/compare/v0.14.0...v0.18.0
- node-sass: https://github.com/sass/node-sass/compare/v0.9.3...v2.0.0
- Node v2.0: Release notes: https://github.com/sass/node-sass/releases/tag/v2.0.0
- libsass v3.1: Release notes https://github.com/sass/libsass/releases/tag/3.1.0
- node.js v0.12 (stable) support (while keeping the v0.10 compatibility)
- NodeJS v0.12 (stable) released 6th Feb 2015 http://blog.nodejs.org/2015/02/06/node-v0-12-0-stable/
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 9564: