Kevin O'Hara
Kevin O'Hara
Why is this a "silly" module? I use it even when I only need Request.
Totally. On Nov 30, 2012 1:51 PM, "Ryan Eastridge" [email protected] wrote: > Every time I browse a package on npmjs.org I feel taunted by hoarders. I > see it sitting...
Hey, sorry for the delay in getting around to testing this. I can't reproduce this. Can you isolate this to a particular type of file or something? When I run...
Yep, I thought about adding that as a config option. I just haven't gotten to that one yet. I'm open to pull requests if you want to take a crack...
Hmm, it's possible that there is a bug in `.dmcignore` that could be fixed. It should be ignoring it. With Dreamforce next week I am going to be pretty tied...
`dmc test` uses the same globbing patterns as a deploy to select which classes to run tests on. Something like this works... `dmc test src/classes/MyTest*` The ability to specify tests...
Currently, `dmc` doesn't use the package.xml for deployment/retrieval. By design it's meant to be a file system tool and globbing patterns are the way to select the files for deploy...
Looks like the Travis build failed. Can you run tests locally and see what the issue is?
Does this address #5? Also, the Travis build is failing. Could you check on that? If you can get this green I'll merge it and cut a release.
Interesting. TBH, it's been a while since I played with this. I'll see if I can find some time tonight to look at this and try it out.