ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

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:

![RSK](https://s3.amazonaws.com/f.cl.ly/items/2d2c0p2z1Q3B0N2h3t2R/Screen%20Shot%202015-04-08%20at%2010.14.01.png)
Diffstat:
Mgulpfile.js | 1+
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