Comparing version 0.7.0 to 0.7.1
{ | ||
"name": "beefy", | ||
"version": "0.7.0", | ||
"version": "0.7.1", | ||
"description": "local development server that aims to make using browserify fast and fun", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -41,7 +41,10 @@ # beefy | ||
#### `--browserify command` | ||
#### `--bundler command` | ||
use `command` instead of `browserify` or `./node_modules/.bin/browserify`. | ||
in theory, you could even get this working with `r.js`, but that would probably | ||
be scary and bats would fly out of it. but it's there if you need it! | ||
~~in theory, you could even get this working with `r.js`, but that would probably | ||
be scary and bats would fly out of it. but it's there if you need it!~~ if you want | ||
to use `r.js` with beefy, you'll need a config that can write the resulting bundle | ||
to stdout, and you can run beefy with `beefy :output-url.js --bundler r.js -- -o config.js`. | ||
@@ -48,0 +51,0 @@ #### `--live` |
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
17600
133