b2g-scripts
Advanced tools
Comparing version 0.4.0 to 0.4.1
{ | ||
"name": "b2g-scripts", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"author": "James Lal <jlal@mozilla.com>", | ||
@@ -5,0 +5,0 @@ "description": "B2G/Gaia Helper Scripts", |
@@ -8,3 +8,3 @@ # B2G Scripts | ||
Commands like reload-app are not going to be useful if your not in DEBUG mode | ||
Commands like reload-app are not going to be useful if you're not in DEBUG mode | ||
(everything is in offline cache). | ||
@@ -80,2 +80,2 @@ | ||
b2g-scripts server --gaia $GAIA_DIR --port 8081 | ||
```` | ||
```` |
@@ -74,3 +74,7 @@ var Server = require('../lib/script')({ | ||
var file = new(static.Server)(argv.gaia); | ||
var file = new(static.Server)(argv.gaia, { | ||
cache: false, | ||
headers: { 'Cache-Control': 'no-cache' } | ||
}); | ||
var key; | ||
@@ -77,0 +81,0 @@ |
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
13409
371
80