Skip to content

Commit f675060

Browse files
committed
chore(libsass): upgrading to libsass 3.4.5
1 parent b08cbe9 commit f675060

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Sass.js Changelog
22

3+
# master
4+
5+
* upgrading to [libsass 3.4.5](https://github.com/sass/libsass/releases/tag/3.4.5)
6+
37
## 0.10.4 (March 30th 2016) ##
48

59
* upgrading to [libsass 3.4.4](https://github.com/sass/libsass/releases/tag/3.4.4)

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22

33
Sass parser in JavaScript. Have a look at the [Interactive Playground](http://sass.js.org/) to play around with compiling SCSS to CSS in your browser.
44

5-
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.4.4](https://github.com/sass/libsass/releases/tag/3.4.4)). If you're looking to run Sass in node, you're probably looking for [node-sass](https://github.com/sass/node-sass). Sass.js and node-sass should generate the same results.
5+
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.4.5](https://github.com/sass/libsass/releases/tag/3.4.5)). If you're looking to run Sass in node, you're probably looking for [node-sass](https://github.com/sass/node-sass). Sass.js and node-sass should generate the same results.
6+
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.4.5](https://github.com/sass/libsass/releases/tag/3.4.5)). If you're looking to run Sass in node, you're probably looking for [node-sass](https://github.com/sass/node-sass). Sass.js and node-sass should generate the same results.
67

78
A fair warning: minified the worker weighs 3.2MB, gzipped it's still 670KB. If you're on NodeJS, please use the (considerably faster) [node-sass](https://github.com/andrew/node-sass) instead.
89

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sass.js",
33
"version": "0.10.4",
4-
"libsass": "3.4.4",
4+
"libsass": "3.4.5",
55
"title": "Sass.js - API for emscripted libsass",
66
"description": "Sass.js is a convenience API for the JavaScript libsass (compiled with Emscripten)",
77
"homepage": "http://medialize.github.com/sass.js/",

0 commit comments

Comments
 (0)