remy
a467b882ed
verion bump
2011-03-20 17:14:38 +00:00
frekw
ed92fee469
let's not assume the user installed node as root
2011-03-15 18:57:01 +01:00
Alexey Petushkov
b6b7fad31c
Debug option added.
...
Usage:
nodemon --debug [your node app]
May be useful with node-inspector
2011-03-12 17:26:09 +03:00
remy
8c6bec200f
added hashbang back in - will make nodemon run again from bin directory
2011-02-24 11:57:21 +00:00
remy
ed8cefb4a2
Moved nodemon to USRSIG2 as node 0.3.7 is using the USRSIG1 to trigger the debugger...which sucks for me - but now we're all fixed and working again - yay!
2011-02-03 17:03:14 +00:00
remy
c5ef29d200
m'moved nodemon back to .js since npm aliases correctly - know knew!
2011-02-03 16:42:58 +00:00
remy
540c6730cf
bump version for npm
2010-10-10 13:09:20 +01:00
remy
77e2f36d6c
Keep nodemon running even if app crashes, and have it wait for a file change before starting again. Closes #6
2010-10-10 12:48:36 +01:00
remy
c04a6209b8
Updated readme and bump version for npm
2010-10-09 23:47:29 +01:00
remy
a6daa29f67
Updated example ignore file
2010-10-09 23:42:22 +01:00
remy
fd5b2f59df
Renamed ignore because it'll get created in the application path now to allow for concurrent nodemon instances.
2010-10-09 23:41:31 +01:00
Aivo Paas
ede386fdc6
Improved ignore list handling.
...
Vim deletes file before saving changes. Without the patch nodemon would crash trying to read non-existing ignore file.
Using path module for path manipulation.
Added ignore file itself to the ignore list so it doesn't restart when changing ignore list.
2010-10-09 22:56:46 +03:00
Aivo Paas
199b2ef84e
Made nodemon to switch to application directory. Fixes using ignore when running from npm install.
2010-10-09 15:24:18 +03:00
remy
c0b3776452
add npm install notes
2010-10-06 00:32:23 +01:00
remy
fe3c3cf041
bump version
2010-10-06 00:21:36 +01:00
remy
6e26fd3558
Fixed reading package from the right place
2010-10-06 00:21:12 +01:00
remy
4fe2c12d0f
include version notice
2010-10-06 00:18:57 +01:00
remy
b4472a970a
output simple usage if no args are given
2010-10-05 23:26:44 +01:00
remy
2cb966d534
npm package
v0.1.2
2010-10-05 08:27:46 +01:00
remy
dbf89da15c
only monitor file changes - before it would trigger a restart if a new file appeared in a directory
2010-10-05 08:22:58 +01:00
remy
0e6950c7e8
echo out files responsible for restart
2010-10-03 23:29:58 +01:00
fearphage
00be502163
removed a loop
2010-10-03 13:17:54 -05:00
fearphage
152113b3f1
corrected typo; more escaping; pulled from upstream
2010-10-03 13:12:26 -05:00
Phred
799dded02c
escape all regex special chars... think I got them all now
2010-10-03 10:35:32 -07:00
Phred
7ebe517b5a
properly escape filenames
2010-10-03 09:39:50 -07:00
Phred
c7cdd7c4af
correct regular expression
2010-10-03 09:26:28 -07:00
Phred
bf32325fb3
woops
2010-10-03 09:10:35 -07:00
remy
d00d1af5bb
Fixed the monitoring of the ignore - it removes and resets the watch now
2010-10-03 17:10:00 +01:00
Phred
0f6ae5ca27
prevent unnecessary looping
2010-10-03 09:08:46 -07:00
Phred
41baa896d2
removed singles use variables
2010-10-03 09:05:51 -07:00
remy
bfdd045c94
Updated to dynamic reload the ignore list if the ignore file changes
2010-10-03 17:04:27 +01:00
Phred
9c70ceda94
untested
...
don't loop through ignored files if we don't need to
2010-10-03 08:57:08 -07:00
Phred
78b7d99bf1
untested perf optimization - less looping
2010-10-03 08:43:24 -07:00
remy
580648cfae
first commit
2010-10-03 14:34:59 +01:00
remy
6e9098afed
first commit
2010-10-03 14:34:34 +01:00