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

How to set directory or file to be watched without relying on a previous task #103

Open
Francisc opened this issue Oct 26, 2015 · 2 comments

Comments

@Francisc
Copy link

Hello,

How can I watch a folder or file without pipe()-ing livereload to a previous task.
I would like to watch a folder or file wihout running a new task:

Something like this, no sass or css file before.

gulp.task('livereload',function()
{
    livereload({basePath:DIST_FOLDER,start:true});
    livereload.listen();
});

^ That's not a working example, it's for illustration.

@leo
Copy link

leo commented Feb 17, 2016

Hey, @Francisc ! Just wanted to let you know that I've created a standalone fork of this repo, since it doesn't seem to be maintained anymore. You can find it here.

So I might be a good idea to re-open this issue there.

@Francisc
Copy link
Author

Thanks for the suggestion, Leo.

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