Skip to content

Commit 64e756a

Browse files
committed
feature(libsass): upgrading to 3.2.3
1 parent 19d7e3b commit 64e756a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Gruntfile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module.exports = function(grunt) {
88

99
grunt.initConfig({
1010
pkg: grunt.file.readJSON('package.json'),
11-
libsassVersion: '3.2.2',
11+
libsassVersion: '3.2.3',
1212
});
1313

1414
grunt.loadTasks('grunt-tasks');

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -474,6 +474,7 @@ LIBSASS_VERSION="3.1.0"
474474

475475
### master (*may* become 0.8.2) ###
476476

477+
* upgrading to [libsass 3.2.3](https://github.com/sass/libsass/releases/tag/3.2.3)
477478
* fixing build to cope with `emcc --version` not naming a commit - ([Issue #30](https://github.com/medialize/sass.js/issues/30))
478479
* fixing build to *not* minify distributables (very little gain, but breaks asm in Firefox) - ([Issue #29](https://github.com/medialize/sass.js/issues/29))
479480
* fixing `.compile()` to wait until emscripten is ready - ([Issue #29](https://github.com/medialize/sass.js/issues/29))

0 commit comments

Comments
 (0)