Skip to content
This repository has been archived by the owner on Oct 13, 2018. It is now read-only.

Commit

Permalink
Always init notify elem to allow public api - fixes BrowserSync/brows…
Browse files Browse the repository at this point in the history
  • Loading branch information
shakyShane committed Apr 29, 2015
1 parent a2131bd commit 5cf71f1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ exports.init = function (options) {
ghostMode.init(browserSync);
codeSync.init(browserSync);

notify.init(browserSync);

if (options.notify) {
notify.init(browserSync);
notify.flash("Connected to BrowserSync");
}
}
Expand Down

0 comments on commit 5cf71f1

Please sign in to comment.