Skip to content

Commit

Permalink
chore(dist): updating distributables to version 0.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
rodneyrehm committed Jul 7, 2018
1 parent 4ca6ca1 commit 18d5e32
Show file tree
Hide file tree
Showing 7 changed files with 67 additions and 65 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Sass parser in JavaScript. Have a look at the [Interactive Playground](http://sa

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.

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.
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.

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

Expand Down
8 changes: 4 additions & 4 deletions dist/file-size.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"compressed": "2 KB"
},
"dist/sass.sync.js": {
"normal": "3527 KB",
"compressed": "739 KB"
"normal": "3792 KB",
"compressed": "791 KB"
},
"dist/sass.worker.js": {
"normal": "3527 KB",
"compressed": "739 KB"
"normal": "3792 KB",
"compressed": "791 KB"
}
}
6 changes: 3 additions & 3 deletions dist/sass.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass.js - v0.10.9 (3e41106) - built 2018-02-06
providing libsass 3.4.9 (6de5050d)
via emscripten 1.37.33 ()
/*! sass.js - v0.10.10 (4ca6ca1) - built 2018-07-07
providing libsass 3.5.4 (1e52b743)
via emscripten 1.37.35 ()
*/

(function (root, factory) {
Expand Down
6 changes: 3 additions & 3 deletions dist/sass.node.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*! sass.js - v0.10.9 (3e41106) - built 2018-02-06
providing libsass 3.4.9 (6de5050d)
via emscripten 1.37.33 ()
/*! sass.js - v0.10.10 (4ca6ca1) - built 2018-07-07
providing libsass 3.5.4 (1e52b743)
via emscripten 1.37.35 ()
*/
var Sass = require('./sass.sync.js');
var fs = require('fs');
Expand Down
49 changes: 25 additions & 24 deletions dist/sass.sync.js

Large diffs are not rendered by default.

49 changes: 25 additions & 24 deletions dist/sass.worker.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions dist/versions.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"emscripten": {
"version": "1.37.33",
"version": "1.37.35",
"commit": null
},
"libsass": {
"version": "3.4.9",
"commit": "6de5050d"
"version": "3.5.4",
"commit": "1e52b743"
},
"sassjs": {
"version": "0.10.9",
"commit": "3e41106",
"branch": "upgrade-3.4.9"
"version": "0.10.10",
"commit": "4ca6ca1",
"branch": "upgrade/libsass-3.5.4"
}
}

0 comments on commit 18d5e32

Please sign in to comment.