commit 2faf87ca1cf87ac25ed0e690f958ab2ef7e3d15e
parent 340dc190af0487c1fc0e6bbd7c8e9eaa92c2f772
Author: Shane Osbourne <shane.osbourne8@gmail.com>
Date: Wed, 8 Apr 2015 10:20:06 +0100
Update BrowserSync's logging prefix to `RSK`
In the same way that Google's Web Starter Kit does, you can easily remove the unfortunate `BS` acronym from the BrowserSync CLI output.
My PR proposes that you change the `logPrefix` to `RSK` as seen below:

Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/gulpfile.js b/gulpfile.js
@@ -168,6 +168,7 @@ gulp.task('sync', ['serve'], function(cb) {
browserSync = require('browser-sync');
browserSync({
+ logPrefix: 'RSK',
notify: false,
// Run as an https by setting 'https: true'
// Note: this uses an unsigned certificate which on first access