Ryan McGowan
Ryan McGowan
Not necessary, but it could be nice; if the snippets are of good quality then why not?
Yeah, I'm getting the same error too. If anyone has/can figure this out it'd be good to post back here.
What about when the output directory should be the same? In my case, I am looking to merge the api documentation of several projects which are under the same namespace....
Do you mean to say that `package.json` is modified by `npm install`?
Generating a `package.json` with the dependencies in order seems like a good idea (not sure if we do that already). However, I'd prefer not to modify a source file without...
For all users who aren't adding a new dependency, this would modify their `project.clj` next time they run npm install. There are other ways to sort this list without adding...
I'm OK with that. It was not clear to me from your description that an implicit flag was necessary for modifying the file. On Fri, Feb 20, 2015 at 2:25...
You are more than welcome to contribute a pull request. Unfortunately, I feel like this might be harder to implement than it is with npm. project.clj is not just data,...
Well Michael, despite being OK with the interface, unless there is higher demand for this feature I'd rather not implement it. On Fri, Feb 20, 2015 at 10:13 PM, Michael...
Mmmm, not that I am aware of. Can you run `npm prune` on its own? Is there a reason to not keep the commands separate?