DTrejo / run.js

Reruns the given node.js file whenever there's a change in the current directory — avoid alt-tabbing to restart your code

Home Page:https://dtrejo.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ignored files and extensions

CodeWarriorAQ opened this issue · comments

When i do "runjs app.js" its printed on the terminal:

ignored files (via .gitignore):

ignored extensions (via run.js):
.dirtydb
.db

whats this?

Those are the files that will NOT cause your js file to be rerun. I should
reword this so it is more clear, and only print those messages when a file
is actually ignored.

That clear anything up?

Cheers,
D

Please excuse typos and brevity sent via phone
On Nov 22, 2011 2:13 PM, "codewarrioraq" <
reply@reply.github.com>
wrote:

When i do "runjs app.js" its printed on the terminal:

ignored files (via .gitignore):

ignored extensions (via run.js):
.dirtydb
.db

whats this?


Reply to this email directly or view it on GitHub:
#12

Perfect! :)