Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Change default logPrefix to "Browsersync" #1377

Closed
joemaller opened this issue May 16, 2017 · 1 comment
Closed

Feature Request: Change default logPrefix to "Browsersync" #1377

joemaller opened this issue May 16, 2017 · 1 comment

Comments

@joemaller
Copy link
Contributor

Proposal

Browsersync should change its default logPrefix from "BS" to "Browsersync". There are several reasons why:

  1. For pre-fab build systems, the "BS" prefix may be a mystery. Remind users that Browsersync is the tool making the magic happen.
  2. Most (all?) English speaking countries use "BS" as shorthand for 🐮💩
  3. Browsersync is one of my favorite tools, I want more people to know about it.
  4. The name's not CamelCase.

The default string is here: lib/default-config.js:L184

Branding!
image

This should be a tiny, cosmetic change, but if anyone was upset about it, the string can be easily changed back:

browserSync.init({
    logPrefix: "BS"
});
@shakyShane
Copy link
Contributor

Not going to argue with that!

send a PR :)

shakyShane added a commit that referenced this issue Jul 4, 2017
Set default logPrefix to "Browsersync".  Closes #1377
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants