Comparing version 11.1.2 to 11.1.3
@@ -135,2 +135,14 @@ var bole = require('bole') | ||
var initialLiveOpts = typeof opts.live === 'object' ? opts.live : undefined | ||
var initialLiveMatch = typeof opts.live === 'string' ? opts.live : undefined | ||
if (initialLiveMatch) { | ||
emitter.once('connect', function () { | ||
log.info({ message: 'LiveReload filtering filenames with glob:', url: initialLiveMatch }) | ||
if (entryObjects.length === 0) { | ||
log.info({ message: '\nNOTE: It looks like you are using budo without a JavaScript entry.\n' + | ||
' This is fine, but if you were trying to bundle the "' + initialLiveMatch + '" file,\n you should re-arrange' + | ||
' your arguments like so:\n\n' + | ||
' budo ' + initialLiveMatch + ' --live' }) | ||
} | ||
}) | ||
} | ||
emitter | ||
@@ -137,0 +149,0 @@ .watch() |
{ | ||
"name": "budo", | ||
"version": "11.1.2", | ||
"version": "11.1.3", | ||
"description": "a browserify server for rapid prototyping", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
86727
1414