Skip to content

Commit

Permalink
fixed #22
Browse files Browse the repository at this point in the history
  • Loading branch information
avevlad committed Feb 21, 2014
1 parent a15b510 commit 6380e82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ module.exports = {
},
reload: function () {
return es.map(function (file, callback) {
if (o.livereload) {
if (o.livereload && typeof lr == "object") {
lr.changed({
body: {
files: file.path
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gulp-connect",
"version": "1.0.3",
"version": "1.0.4",
"description": "Gulp plugin connect to server, LiveReload and opening browser",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 6380e82

Please # to comment.