Comparing version 0.1.0 to 0.1.1
@@ -113,3 +113,3 @@ #!/usr/bin/env node | ||
debug('Running command: "%s"', command) | ||
exec(command, {stdio: 'inherit'}, function (err) { | ||
exec(command, {stdio: 'inherit', maxBuffer: 2000*1024}, function (err) { | ||
if (err) throw err | ||
@@ -116,0 +116,0 @@ var file = change.modifiedFiles[0] || '' |
@@ -1036,3 +1036,3 @@ (function() { | ||
CustomEvents = __customevents; | ||
LiveReload = window.LiveReload = new (__livereload.LiveReload)(window); | ||
LiveReload = new (__livereload.LiveReload)(window); | ||
for (k in window) { | ||
@@ -1039,0 +1039,0 @@ if (k.match(/^LiveReloadPlugin/)) { |
{ | ||
"name": "buildfresh", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Runs a command then reloads your browser when files change", | ||
@@ -11,6 +11,2 @@ "dependencies": { | ||
}, | ||
"devDependencies": {}, | ||
"scripts": { | ||
"test": "make test" | ||
}, | ||
"bin": { | ||
@@ -17,0 +13,0 @@ "buildfresh": "bin/cli.js" |
40323