Alexander J. Lallier
Alexander J. Lallier
Finished up work started by @al5ina5 in PR (#263) auto incrementing the port if it is already in use This adds the following ontop of the work already started by...
Don't return a promise here. This isn't asynchronous code and allows us to load in reload in the express middleware step without having to wait for a promise to resolve....
Update this [example](https://github.com/alallier/reload#manually-firing-server-side-reload-events) in our README to be more complete and instantiate watch
Consider adding automatic npm publish on tagged commits. We could use Travis for something like: ```yml deploy: provider: npm api_key: $NPM_API_KEY on: tags: true branch: master ```
I see you accepted PR #33. I was wondering when you will push the changes to npm, not sure if you forgot. Thanks!
Example markdown: # Some Heading Some text # Another header The following text will not link to some heading in the markdown file `If some text applies refer to the...
For every connection, other than my own to test, I receive error code `Got remote error, code 11` (which I looked up and means `disconnected by user`). Does this mean...
I want to be able to copyDirSyncRecursive to the current directory without having to delete the whole directory (keeping files already in the directory and overwriting the same files in...