#6264 closed enhancement (fixed)
Update grunt-sass to 0.18.0
| Reported by: | netweb | Owned by: | djpaul |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.3 |
| Component: | Build/Test Tools | Version: | |
| Severity: | normal | 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 9564: