Skip to content
New issue

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

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

Already on GitHub? # to your account

connect-livereload doesn't work #67

Closed
codebude opened this issue Aug 15, 2017 · 2 comments
Closed

connect-livereload doesn't work #67

codebude opened this issue Aug 15, 2017 · 2 comments

Comments

@codebude
Copy link
Contributor

I checked out the lates codebase from Github but had to realize that indeed the live reload feature is activated in the gulpfile.js (livereload: true), but that it isn't working.

For my setup I could fix this, by appending all gulp tasks by the following code:
.pipe(plugins.connect.reload());

Example for app-pages.js-file:
Before:

// Output 
.pipe(gulp.dest(config.destDir)); 

After:

.pipe(gulp.dest(config.destDir)) 
.pipe(plugins.connect.reload()); 

If this is a general problem and not only for me, than I can send in a pull request, if wanted.

@modularcoder
Copy link
Member

@codebude I think that's a common issue and a pull request would be kindly appreciated )

@codebude
Copy link
Contributor Author

Added pullrequest over here: #68
So this issue can be closed. ;-)

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants