Skip to content

Releases: sindresorhus/grunt-sass

v3.1.0

14 Aug 11:59
Compare
Choose a tag to compare

v3.0.2...v3.1.0

v3.0.0

27 Jun 06:28
Compare
Choose a tag to compare

This release requires Node.js 8 or later.

You now have to choose whether you want node-sass or dart-sass by installing one of them yourself and setting it in the options. See the updated docs: https://github.com/sindresorhus/grunt-sass#usage

Don't forget const sass = require('node-sass') or const sass = require('dart-sass').

2.0.0

10 Dec 23:15
Compare
Choose a tag to compare

1.2.0-beta

04 Feb 12:20
Compare
Choose a tag to compare
1.2.0-beta Pre-release
Pre-release

Bumped node-sass@v3.5.0-beta.1 for the latest and greatest LibSass

npm install grunt-sass@beta

1.1.0

25 Oct 07:15
Compare
Choose a tag to compare

1.0.0 - node-sass 3.0.0 and libsass 3.2.0

06 May 18:51
Compare
Choose a tag to compare

0.18.1

06 Mar 09:23
Compare
Choose a tag to compare

Don't write Source Map file out when sourceMapEmbed: true. 958833b

0.18.0 - node-sass 2.0

13 Feb 10:55
Compare
Choose a tag to compare
  • Improved error output.
  • Outputs node-sass and libsass version when you run in verbose mode: grunt --verbose.

See the node-sass changelog for more.

node-sass 1.2.3

05 Dec 07:39
Compare
Choose a tag to compare

Upgrade to node-sass 1.2.3.

node-sass 1.0.0 & libsass 3.0.0!

16 Oct 20:31
Compare
Choose a tag to compare

687474703a2f2f7777772e7265616374696f6e676966732e636f6d2f77702d636f6e74656e742f67616c6c6572792f64616e63652d70617274792f74756d626c725f6d306f73727268714d6b31717a6376376e6f345f3235302e676966

$ npm update --save-dev grunt-sass

Updated to node-sass 1.0.0: https://github.com/sass/node-sass/releases/tag/v1.0.0
Which updates libsass to 3.0.0: https://github.com/sass/libsass/releases/tag/3.0

Do note that the sourceMap option is broken in node-sass.
sourceMap: true should work fine. (I added a temporary workaround in grunt-sass)
sourceMap: 'path' however does not. (Which is why the tests are failing...)