Skip to content

Conversation

@markdboyd
Copy link

...reate dynamic parallel targets

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

End of file newline.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

tasks/watch.js Outdated
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happens with live reload when run on a remote server?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm actually not sure. I tried to do some research on this to get you an authoritative answer, but I'm not getting anything definite. I think it's possible that you may have to tunnel the necessary livereload port, so given that complexity, this also might be something to remove from GDT and let users handle in their own custom tasks. Totally your call.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If it's low overhead for a no-op, I'm okay with leaving it. If it causes some resource spike or UI thrashing I think we need to disable it, or only include the functionality if the SSH session is not remote.

In fact, remoteness-detection for inclusion might be a good step regardless.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right. I'm really not sure about the possible unintended consequences, so I think it's best to just remove it and leave for it people to implement on their own.

@grayside
Copy link
Contributor

Fixes #13

@markdboyd
Copy link
Author

Based on feedback from @grayside, I removed the parallel.js file and the livereload integration in watch.js to keep GDT lean and simple. So all this fork does now is integrate parallel with the watch tasks.

@grayside
Copy link
Contributor

Merging this into my original branch so we can look at the full changeset on a new PR.

grayside added a commit that referenced this pull request Nov 22, 2014
re-implemented theme watch tasks, add parallel tasks, added ability to c...
@grayside grayside merged commit 07a3feb into phase2:bug/#13/watch Nov 22, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants