Comparing version 3.0.4 to 3.1.0
@@ -19,3 +19,4 @@ var create = require('./lib') | ||
boolean: ['stream'], | ||
default: { stream: true } | ||
default: { stream: true }, | ||
'--': true | ||
}) | ||
@@ -22,0 +23,0 @@ |
@@ -97,4 +97,5 @@ var resolve = require('resolve') | ||
function getCLIArgs(entries, opt) { | ||
var unparsedArgs = opt['--'] || [] | ||
opt = getDefaultArgs(opt) | ||
return entries.concat(dargs(opt)) | ||
return entries.concat(dargs(opt)).concat(unparsedArgs) | ||
} | ||
@@ -107,3 +108,3 @@ | ||
'live-plugin', 'defaultIndex', 'livePort', | ||
'livePlugin', 'stream' | ||
'livePlugin', 'stream', '--' | ||
] | ||
@@ -110,0 +111,0 @@ collisions.forEach(function(col) { |
{ | ||
"name": "budo", | ||
"version": "3.0.4", | ||
"version": "3.1.0", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -48,3 +48,3 @@ "main": "index.js", | ||
"vm": "0.0.1", | ||
"watchify": "^3.1.0", | ||
"watchify": "^3.1.1", | ||
"win-spawn": "^2.0.0" | ||
@@ -58,2 +58,3 @@ }, | ||
"live-plugin": "./bin/cmd.js example/app.js:bundle.js --dir example --live-plugin -v | garnish", | ||
"brfs": "./bin/cmd.js example/app.js:bundle.js --dir example -v -- -t [ brfs --foo ] | garnish", | ||
"remap": "./bin/cmd.js example/*.js --serve bundle2.js --dir example --live -v | garnish" | ||
@@ -60,0 +61,0 @@ }, |
@@ -40,3 +40,3 @@ # budō | ||
- [comparisons](docs/comparisons.md) | ||
- [programmatic usage (Gulp, Grunt)](docs/programmatic-usage.md) | ||
- [API and integrations (Gulp, Grunt, npm scripts)](docs/programmatic-usage.md) | ||
- [error reporting](docs/errors.md) | ||
@@ -43,0 +43,0 @@ - [running tests and examples](docs/tests-and-examples.md) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28297
706