Skip to content

Commit 935f5a1

Browse files
leogjorrit
authored andcommitted
Update index.js
1 parent 0f03810 commit 935f5a1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ module.exports = function(opts) {
3737
path: _fName,
3838
contents: new Buffer(text)
3939
}));
40+
_s.resume();
41+
_s.end();
4042
});
4143
// } catch (err) {
4244
// _s.emit('error', err);
@@ -53,4 +55,4 @@ function optimize(opts, cb) {
5355
opts.out = cb;
5456
opts.optimize = 'none';
5557
requirejs.optimize(opts);
56-
}
58+
}

0 commit comments

Comments
 (0)