Skip to content

Commit 7f63cbd

Browse files
committed
bundler: take jam from node_modules
1 parent c29ca48 commit 7f63cbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ var bundleBuilder = function(req, res, min){
5050

5151
if (!fs.existsSync(fullname)) {
5252
// Not in cache, so generate
53-
var p = spawn('jam', args);
53+
var p = spawn('./node_modules/.bin/jam', args);
5454

5555
p.on('exit', function(code) {
5656
if (code === 0) {

0 commit comments

Comments
 (0)