Brett Shwom

Results 9 comments of Brett Shwom

Thanks for the response! A bit more background: The problem I'm trying to solve is this. I'm trying to get `livereload` and `componentbuild` to play nice. Right now, I have...

Any progress made on this one? I'm having the same issue on osx 10.8.4.

In gaze.js, how about replacing: ``` // If file was added current.filter(function(file) { return previous.indexOf(file) < 0; }).forEach(function(file) { // Is it a matching pattern? var relFile = path.join(relDir, file);...

I tried the above code change against the gaze project's tests. The following tests failed: watchTest.js::addedEmitInSubFolders() matchingTest.js::addedLater() ideas? Environment: OSX 10.8.4 Node 0.10.15 Gaze 0.4.1 Grunt 0.4.1 npm 1.3.5

I can jive with that. In the meantime, would you have any idea why those 2 particular test cases would be failing with the above code change?

Okay, I figured out what's causing my issue. I was doing the following: `gaze('/Users/brett/Desktop/gazetestfolder/**/*', function(err, watcher) { ... })` i.e. I was using an absolute path instead of a relative...

@markgoodyear, I don't think that my suggestion will work for you. When I added that suggestion, I was under the impression that you and I were having the same issue....

@pkieltyka what issue are you having?

@pkieltyka Hey man, Yeah, I did test it. In addition to modifying the mkdirThenAddFile nodeunit test (part of the https://github.com/shama/gaze repo), I also created a sample script that listens to...