Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Leaf PHP 🍁

We're building simple but powerful software that powers apps and APIs from all over the world 🚀
Collective - Host: opensource - https://opencollective.com/leaf - Website: https://leafphp.dev/ - Code: https://github.com/leafsphp

Super quick update for 0.5.10 support of using `util` instead of `sys`

github.com/leafsphp/watcher - d3cefe8df0280eb49654e558c45c9c3439bb2e0e authored about 13 years ago by Alex Sexton <[email protected]>
Merge pull request #38 from morganrallen/master

nodemon wont reread nodemonignore with multiple nodemon instances

github.com/leafsphp/watcher - e599ae1abceb2daba13352207e7a6dd3b4eb49e5 authored about 13 years ago by Remy Sharp <[email protected]>
Merge pull request #39 from paularmstrong/0.5.x

Node >=0.5: process.ARGV is now process.argv

github.com/leafsphp/watcher - 724cb098347601182101ab7cbe396064542aff1a authored about 13 years ago by Remy Sharp <[email protected]>
Node >=0.5: process.ARGV is now process.argv

github.com/leafsphp/watcher - d5f6c4fa07f2881f655586d4131fd84bc7f0a53a authored about 13 years ago by Paul Armstrong <[email protected]>
Checks the curr & prev mtime to see if the file is modified before

reading .nodemonignore

github.com/leafsphp/watcher - 598f90809889f098b15ce47a92e113bcf3fac38d authored about 13 years ago by Morgan "ARR!" Allen <[email protected]>
Passing the addIgnoreRule directly in to the forEach meant that only the first rule got regex treatment. Fixes #31

github.com/leafsphp/watcher - 150c49d4a1ea29d06b5059c200b1d0e46b6904ab authored over 13 years ago by remy <[email protected]>
Passing the addIgnoreRule directly in to the forEach meant that only the first rule got regex treatment. Fixes #31

github.com/leafsphp/watcher - e9d5274406515a45a6db0c7bd74650fe8cb4716e authored over 13 years ago by remy <[email protected]>
Also cleanup on a term signal. Fixes #34

github.com/leafsphp/watcher - 4afc22452efd3e81b88f5f976223d5f9b077272d authored over 13 years ago by remy <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

github.com/leafsphp/watcher - 4a2effce1446b4ab78fc477eb07179faa32f4447 authored over 13 years ago by remy <[email protected]>
Also cleanup on a term signal. Fixes #34

github.com/leafsphp/watcher - f15c8312c524f4b32ae9ecc77c2e09a6de6928d8 authored over 13 years ago by remy <[email protected]>
version bump

github.com/leafsphp/watcher - efed7b812a8026480f1a711f844d5cd8d9223222 authored over 13 years ago by Remy Sharp <[email protected]>
Merge pull request #29 from focusaurus/master

Fix --debug when running coffeescript

github.com/leafsphp/watcher - 771fa184520705399397504db5dc2f3a5fce8d0c authored over 13 years ago by Remy Sharp <[email protected]>
Need to prepend --nodejs before --debug to enable coffeescript debugging

github.com/leafsphp/watcher - 072653674af16fb5a957a60c3fbc5572f2c4fd52 authored over 13 years ago by Peter Lyons <[email protected]>
Fixed blank line being added to ignore rules when encountering an ignore file. Closes #27

github.com/leafsphp/watcher - 5572a5051cf8ccc916fb241648d98851d263c04e authored over 13 years ago by remy <[email protected]>
Fixed use of delay flag ignoring actual app being passed in. Closes #26

github.com/leafsphp/watcher - 6bfc6a7cccdfc5878dbd2c463529d78d10a3851f authored over 13 years ago by remy <[email protected]>
updated readme with default ignore rules

github.com/leafsphp/watcher - 32edde9236821c185891e381a4451ea1243165ec authored over 13 years ago by remy <[email protected]>
Follow symlinks. Closes #24

github.com/leafsphp/watcher - f018113491aa327754433180a9b50eb157c20795 authored over 13 years ago by remy <[email protected]>
No longer changing directory to server.js which several people reported as a bug. Closes #25. Also, if ignore file is not found, nodemon will only restart on JavaScript file changes - this is now default (and doesn't generate empty .nodemonignore file).

github.com/leafsphp/watcher - dd540f0a3697f5c74ec9081fc8b4bd88890631b5 authored over 13 years ago by remy <[email protected]>
preferGlobal = true for npm

github.com/leafsphp/watcher - 7bee63114a97ac3e562c0254645c61a73ff18d89 authored over 13 years ago by remy <[email protected]>
moved to nodemonignore.example

github.com/leafsphp/watcher - 187cea04e879755419cc6462d6631e79896e1224 authored over 13 years ago by remy <[email protected]>
Merge branch 'master' of github.com:remy/nodemon

Conflicts:
README.md

github.com/leafsphp/watcher - 2a8e0b4386aa05fbf690c82c01781bcc440062a0 authored over 13 years ago by remy <[email protected]>
Fixing constant restart by removing and chmod'ing monitor file (Closes #11 - I hope!). Added throttle behaviour - Closes #21. Moved to .nodemonignore syntax as it proved a popular request! Closes #22, closes #19

github.com/leafsphp/watcher - 7e3a9e617890dc8592537c50c2564415b33080c7 authored over 13 years ago by remy <[email protected]>
Notes about installing with npm v1

github.com/leafsphp/watcher - a1990e18d86353663a4339e5bf42b504d37eff3c authored over 13 years ago by Remy Sharp <[email protected]>
Included how to ignore emacs tmp files.

github.com/leafsphp/watcher - 23456dacb975f8e05f82cb4eb8cb733a526b3471 authored over 13 years ago by Remy Sharp <[email protected]>
You can now ignore files with hashes by escaping the hash symbol in the nodemon-ignore file - Closes #10

github.com/leafsphp/watcher - f8479c98df25983001f8130138363271d5703270 authored over 13 years ago by remy <[email protected]>
supports "label", "--label" and "-l" where label is "help" or "version"

github.com/leafsphp/watcher - 0987bfd05e4d66fed03d15aa1ccd625594d8a7a3 authored over 13 years ago by remy <[email protected]>
Automatically tests for package.json file - Closes #14, and support for coffee-script - Closes #8

github.com/leafsphp/watcher - 88269bae0d7c9f59290ddacd4f970304c342290b authored over 13 years ago by remy <[email protected]>
verion bump

github.com/leafsphp/watcher - a467b882ed9f2bf54eaeaa8b4a9a954322fef0f9 authored almost 14 years ago by remy <[email protected]>
let's not assume the user installed node as root

github.com/leafsphp/watcher - ed92fee4697cbcc11d306979f9ea3f4356fb6a5d authored almost 14 years ago by frekw <[email protected]>
Debug option added.

Usage:
nodemon --debug [your node app]

May be useful with node-inspector

github.com/leafsphp/watcher - b6b7fad31ca839bf19d85309462bd255dd4406fd authored almost 14 years ago by Alexey Petushkov <[email protected]>
added hashbang back in - will make nodemon run again from bin directory

github.com/leafsphp/watcher - 8c6bec200f6485c56f9d88899af3e09d05402058 authored almost 14 years ago by remy <[email protected]>
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!

github.com/leafsphp/watcher - ed8cefb4a236fe9bb605f314aa6effcbc083b503 authored almost 14 years ago by remy <[email protected]>
m'moved nodemon back to .js since npm aliases correctly - know knew!

github.com/leafsphp/watcher - c5ef29d20021aca8d03521bd03c76c28da5a523e authored almost 14 years ago by remy <[email protected]>
bump version for npm

github.com/leafsphp/watcher - 540c6730cf7b2236efd2e3f28a0b103fef3c782f authored about 14 years ago by remy <[email protected]>
Keep nodemon running even if app crashes, and have it wait for a file change before starting again. Closes #6

github.com/leafsphp/watcher - 77e2f36d6cb9acecf5edeed65c92e8758ccad14f authored about 14 years ago by remy <[email protected]>
Updated readme and bump version for npm

github.com/leafsphp/watcher - c04a6209b87b7bd7c26c523a84a9e0ff27116b23 authored about 14 years ago by remy <[email protected]>
Updated example ignore file

github.com/leafsphp/watcher - a6daa29f67604b45aede49d2fb24d16921e188a7 authored about 14 years ago by remy <[email protected]>
Renamed ignore because it'll get created in the application path now to allow for concurrent nodemon instances.

github.com/leafsphp/watcher - fd5b2f59df5af9ee8663697d77971da274afc815 authored about 14 years ago by remy <[email protected]>
Improved ignore list handling.

Vim deletes file before saving changes. Without the patch nodemon would crash trying to read non...

github.com/leafsphp/watcher - ede386fdc655ab3a1db0db7f5d0790c643934530 authored about 14 years ago by Aivo Paas <[email protected]>
Made nodemon to switch to application directory. Fixes using ignore when running from npm install.

github.com/leafsphp/watcher - 199b2ef84efd81fda2082ed2f176a68c610ab50f authored about 14 years ago by Aivo Paas <[email protected]>
add npm install notes

github.com/leafsphp/watcher - c0b37764523e4141885961afe2f6a2440b803ad0 authored over 14 years ago by remy <[email protected]>
Fixed reading package from the right place

github.com/leafsphp/watcher - 6e26fd355882c671f5869996e030db0b4b0698d0 authored over 14 years ago by remy <[email protected]>
include version notice

github.com/leafsphp/watcher - 4fe2c12d0fd22994317f424030b9ec6abbff82aa authored over 14 years ago by remy <[email protected]>
output simple usage if no args are given

github.com/leafsphp/watcher - b4472a970aefc5a5dd7d9c2062840561be1da15e authored over 14 years ago by remy <[email protected]>
only monitor file changes - before it would trigger a restart if a new file appeared in a directory

github.com/leafsphp/watcher - dbf89da15c0533a06bfa0d15bd3fc76c7f615791 authored over 14 years ago by remy <[email protected]>
echo out files responsible for restart

github.com/leafsphp/watcher - 0e6950c7e8b09fb2cf1f61628d68f9d90f95e98b authored over 14 years ago by remy <[email protected]>
removed a loop

github.com/leafsphp/watcher - 00be50216398a638c47dbeba3bfb31da5fb64c63 authored over 14 years ago by fearphage <[email protected]>
corrected typo; more escaping; pulled from upstream

github.com/leafsphp/watcher - 152113b3f16cdbd6ed5ee2abd46219f904776ba2 authored over 14 years ago by fearphage <[email protected]>
escape all regex special chars... think I got them all now

github.com/leafsphp/watcher - 799dded02cc07caed77b7f24fbc516dff97d31f0 authored over 14 years ago by Phred <[email protected]>
properly escape filenames

github.com/leafsphp/watcher - 7ebe517b5a2faa54e2f859d1a5b80d1123104b40 authored over 14 years ago by Phred <[email protected]>
correct regular expression

github.com/leafsphp/watcher - c7cdd7c4af24b2d8596f129cbe13a7665c0a3f7e authored over 14 years ago by Phred <[email protected]>
Fixed the monitoring of the ignore - it removes and resets the watch now

github.com/leafsphp/watcher - d00d1af5bb7e1997c569bff45d95f7b04058fa56 authored over 14 years ago by remy <[email protected]>
prevent unnecessary looping

github.com/leafsphp/watcher - 0f6ae5ca27bee94ea79cebbe566117bbe216cc54 authored over 14 years ago by Phred <[email protected]>
removed singles use variables

github.com/leafsphp/watcher - 41baa896d2fd131b488ce579dee7797ac17f8d90 authored over 14 years ago by Phred <[email protected]>
Updated to dynamic reload the ignore list if the ignore file changes

github.com/leafsphp/watcher - bfdd045c94b4bb5d25f32fbcdc23795f8068be51 authored over 14 years ago by remy <[email protected]>
untested

don't loop through ignored files if we don't need to

github.com/leafsphp/watcher - 9c70ceda94d856d54c062a1bee2bd4b77f3a2bba authored over 14 years ago by Phred <[email protected]>
untested perf optimization - less looping

github.com/leafsphp/watcher - 78b7d99bf1948470e8b533c24bffb806a507134f authored over 14 years ago by Phred <[email protected]>