Skip to content

Commit 18d5e32

Browse files
committed
chore(dist): updating distributables to version 0.10.10
1 parent 4ca6ca1 commit 18d5e32

File tree

7 files changed

+67
-65
lines changed

7 files changed

+67
-65
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Sass parser in JavaScript. Have a look at the [Interactive Playground](http://sa
44

55
This is a convenience API for [emscripted](https://github.com/kripken/emscripten) [libsass](https://github.com/sass/libsass) (at [v3.5.4](https://github.com/sass/libsass/releases/tag/3.5.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.
66

7-
A fair warning: minified the worker weighs 3.4MB, gzipped it's still 740KB. If you're on NodeJS, please use the (considerably faster) [node-sass](https://github.com/andrew/node-sass) instead.
7+
A fair warning: minified the worker weighs 3.8MB, gzipped it's still 790KB. If you're on NodeJS, please use the (considerably faster) [node-sass](https://github.com/andrew/node-sass) instead.
88

99
You may also be interested in giving [Dart Sass](https://github.com/sass/dart-sass) a shot.
1010

dist/file-size.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
"compressed": "2 KB"
55
},
66
"dist/sass.sync.js": {
7-
"normal": "3527 KB",
8-
"compressed": "739 KB"
7+
"normal": "3792 KB",
8+
"compressed": "791 KB"
99
},
1010
"dist/sass.worker.js": {
11-
"normal": "3527 KB",
12-
"compressed": "739 KB"
11+
"normal": "3792 KB",
12+
"compressed": "791 KB"
1313
}
1414
}

dist/sass.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.9 (3e41106) - built 2018-02-06
2-
providing libsass 3.4.9 (6de5050d)
3-
via emscripten 1.37.33 ()
1+
/*! sass.js - v0.10.10 (4ca6ca1) - built 2018-07-07
2+
providing libsass 3.5.4 (1e52b743)
3+
via emscripten 1.37.35 ()
44
*/
55

66
(function (root, factory) {

dist/sass.node.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*! sass.js - v0.10.9 (3e41106) - built 2018-02-06
2-
providing libsass 3.4.9 (6de5050d)
3-
via emscripten 1.37.33 ()
1+
/*! sass.js - v0.10.10 (4ca6ca1) - built 2018-07-07
2+
providing libsass 3.5.4 (1e52b743)
3+
via emscripten 1.37.35 ()
44
*/
55
var Sass = require('./sass.sync.js');
66
var fs = require('fs');

dist/sass.sync.js

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/sass.worker.js

Lines changed: 25 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/versions.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"emscripten": {
3-
"version": "1.37.33",
3+
"version": "1.37.35",
44
"commit": null
55
},
66
"libsass": {
7-
"version": "3.4.9",
8-
"commit": "6de5050d"
7+
"version": "3.5.4",
8+
"commit": "1e52b743"
99
},
1010
"sassjs": {
11-
"version": "0.10.9",
12-
"commit": "3e41106",
13-
"branch": "upgrade-3.4.9"
11+
"version": "0.10.10",
12+
"commit": "4ca6ca1",
13+
"branch": "upgrade/libsass-3.5.4"
1414
}
1515
}

0 commit comments

Comments
 (0)