Skip to content

Commit 06fc68f

Browse files
committed
feature(dist): updating distributables to 0.8.1
1 parent 0103668 commit 06fc68f

File tree

5 files changed

+4888
-4793
lines changed

5 files changed

+4888
-4793
lines changed

dist/libsass.js.mem

208 Bytes
Binary file not shown.

dist/sass.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
/*! sass.js - v0.7.2 (90b7ce0) - built 2015-04-30
2-
providing libsass 3.2.1 (e716caa)
1+
/*! sass.js - v0.8.1 (0103668) - built 2015-05-02
2+
providing libsass 3.2.2 (66631c0)
33
via emscripten 1.31.3 (5ce6ee5)
44
*/
55
(function (root, factory) {
@@ -95,7 +95,7 @@
9595
}
9696
};
9797

98-
var commands = 'writeFile readFile listFiles removeFile clearFiles lazyFiles preloadFiles options compile';
98+
var commands = 'writeFile readFile listFiles removeFile clearFiles lazyFiles preloadFiles options compile compileFile';
9999
commands.split(' ').forEach(function(command) {
100100
Sass[command] = function() {
101101
var callback = slice.call(arguments, -1)[0];

dist/sass.sync.js

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

0 commit comments

Comments
 (0)