Skip to content

Commit 0f8852f

Browse files
committed
feature(dist): updating distributables to version 0.9.2
1 parent e355668 commit 0f8852f

File tree

6 files changed

+66
-48
lines changed

6 files changed

+66
-48
lines changed

dist/file-size.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"dist/sass.js": {
3+
"normal": "5 KB",
4+
"compressed": "2 KB"
5+
},
6+
"dist/sass.sync.js": {
7+
"normal": "2630 KB",
8+
"compressed": "570 KB"
9+
},
10+
"dist/sass.worker.js": {
11+
"normal": "2630 KB",
12+
"compressed": "570 KB"
13+
},
14+
"dist/libsass.js.mem": {
15+
"normal": "57 KB",
16+
"compressed": "17 KB"
17+
}
18+
}

dist/libsass.js.mem

8 Bytes
Binary file not shown.

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.9.1 (55d8d3f) - built 2015-05-30
2-
providing libsass 3.2.4 (a6482aa)
3-
via emscripten 1.32.4 (ae2f801)
1+
/*! sass.js - v0.9.2 (e355668) - built 2015-06-14
2+
providing libsass 3.2.5 (0e6b4a2)
3+
via emscripten 1.33.1 (ae2f801)
44
*/
55

66
(function (root, factory) {

dist/sass.sync.js

Lines changed: 20 additions & 20 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: 20 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/versions.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"emscripten": {
3-
"version": "1.32.4",
3+
"version": "1.33.1",
44
"commit": "ae2f801"
55
},
66
"libsass": {
7-
"version": "3.2.4",
8-
"commit": "a6482aa"
7+
"version": "3.2.5",
8+
"commit": "0e6b4a2"
99
},
1010
"sassjs": {
11-
"version": "0.9.1",
12-
"commit": "55d8d3f",
11+
"version": "0.9.2",
12+
"commit": "e355668",
1313
"branch": "master"
1414
}
1515
}

0 commit comments

Comments
 (0)