ff-stream-web

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

commit d15706c0a09a20c8c16c986d4f39e7a5ddb7c8d4
parent ed2fbcc8222e903f20d143e223c3479375a7451f
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Thu, 25 Sep 2014 09:47:39 +0400

Add logPrefix to BrowserSync settings

Diffstat:
Mgulpfile.js | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gulpfile.js b/gulpfile.js @@ -154,9 +154,11 @@ gulp.task('serve', function (cb) { runSequence('build', function () { browserSync({ notify: false, + // Customize the BrowserSync console logging prefix + logPrefix: 'RSK', // Run as an https by uncommenting 'https: true' // Note: this uses an unsigned certificate which on first access - // will present a certificate warning in the browser. + // will present a certificate warning in the browser. // https: true, server: DEST });