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

Doesn't support grunt-contrib-watch option livereload:true #28

Closed
leon opened this issue May 11, 2013 · 3 comments
Closed

Doesn't support grunt-contrib-watch option livereload:true #28

leon opened this issue May 11, 2013 · 3 comments

Comments

@leon
Copy link

leon commented May 11, 2013

I would like to be able to have a live reload task that works on all the underlaying grunt files.

Problems: we only want to start one instance, because we want it to run on the default port so that chrome's plugin for live reload works properly.

https://github.com/gruntjs/grunt-contrib-watch/blob/master/CHANGELOG

@shama
Copy link
Owner

shama commented May 11, 2013

grunt-hub has it's own watch task atm. Although the hub task now runs tasks concurrently so in theory you might be able to do grunt hub watch although I haven't tested. But that is the direction we're looking to go. Using the grunt-contrib-watch watch task and removing this one here. Just needs more testing before we nuke it here.

@dgieselaar
Copy link
Collaborator

I run hub with the watch task set as default in all found Gruntfiles -- works fine for me.

@shama
Copy link
Owner

shama commented Feb 5, 2014

No longer an issue as the watch task was removed here in favor of using the local watch task of each project: https://github.com/shama/grunt-hub#where-did-the-watch-task-go

@shama shama closed this as completed Feb 5, 2014
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

3 participants