43 Commits

Author SHA1 Message Date
Pat McGowan
e89092771e docs: add note to faq with example showing how to watch any file extension (#1931)
Co-authored-by: p-mcgowan <mcgowanapat+git@gmail.com>

[skip ci]
2022-04-29 11:04:38 +01:00
Konstantin Popov
cb1c8b9b81 docs: Fix typo in faq.md (#1950)
[skip ci]
2021-11-18 10:49:45 +00:00
Maximilian Krause
b449171d58 docs: Fix typo in faq.md
Only fixed a small typo (pa**c**kage) in the `faq.md` file.
2021-10-17 22:31:48 +01:00
Remy Sharp
95a4c092c8 docs: add to faq
[skip ci]
2019-11-20 14:45:24 +00:00
Remy Sharp
df3e08d931 docs: update clear console advice
[skip ci]
2019-02-06 15:13:00 +00:00
Remy Sharp
2dcdd0eb89 docs: how to watch .env files
[skip ci]
2018-11-28 09:31:44 +00:00
Michael Leung
68936d9ad3 docs: quotes (#1465)
Added quotes around the `console.clear` section of the "How to clear the console on restart" section.

[skip ci]
2018-11-27 08:34:46 +00:00
Remy Sharp
aa0e45a8d6 docs: add how to clear the console
Since it's repeatedly asked about.

[skip ci]
2018-11-22 11:43:14 +00:00
contra
a2d4d13d9c docs: faq typo fix 2018-07-11 14:47:05 -04:00
Remy Sharp
25a181351f fix: send proper quit signal on ctrl-c (#1387)
Fixes #1386

Also sends the correct signal codes on exit - so instead of $?=1 on
ctrl-c, you'll see $?=130 as per http://tldp.org/LDP/abs/html/exitcodes.html
2018-07-11 12:51:35 +01:00
Remy Sharp
ec76cadcac chore: Merge branch 'master'
* 'master' of github.com:remy/nodemon:
  docs: typo on string #24 & #246 (#1374)
  docs: more docs for nodemon as child process (#1362)
  Update faq.md
  Note about procps on Docker
  fix: in watch, use fully filtered ignore rules
  chore: update stalebot
2018-07-10 18:38:56 +01:00
Remy Sharp
73aa13f0a3 docs: add to faq
Ref #1354
Ref #1346

[skip ci]
2018-07-10 18:37:59 +01:00
Michael Shick
c554b42dc2 Update faq.md 2018-05-23 12:40:51 -04:00
Michael Shick
dc0646652d Note about procps on Docker
Adding a note about installing procps on some Node.js Docker images to deal with long standing issue #419
2018-05-23 12:40:05 -04:00
Remy Sharp
ee2aac1651 fix: support env.SUPPRESS_SUPPORT (#1334)
Show request for help once a week/install and support process.env.SUPPRESS_SUPPORT to hide entirely.
2018-05-05 20:19:36 +01:00
Remy Sharp
5e88b04eaa feat: add support for --spawn (#1249)
* docs: add sponsors

[skip ci]

* feat: add support for `--spawn`

Fixes #1245

* docs: remove "simply"
2018-02-15 21:57:30 +00:00
Remy Sharp
8cb26bfe25 refactor: small tweaks to ES6-ish 2018-01-06 09:35:16 +00:00
Remy Sharp
5a914cb35b fix: handle exit(2) better 2017-12-29 10:55:12 +00:00
Dominykas Blyžė
bcb4db8649 docs: update nodejs vs node workaround text
There are days when nothing is simple or 101.
2017-12-20 14:08:42 +00:00
Remy Sharp
2d4ce033bb docs: update faq on issue #1124 2017-12-12 18:06:49 +00:00
t__hos
0b1bf131a5 docs: update faq for -c option
Add quotations for -c option

Otherwise the terminal cannot tell whether `--exitcrash` is an option for `nodemon` or `forever`, causing it to fail to start
2017-12-04 14:53:58 +00:00
Rigin Oommen
07e55cc35d docs: update FAQ with added platform documentation
The changes i proposed isworks fine with linux and mac
2017-09-20 09:48:15 +01:00
Remy Sharp
8cf51286e8 docs: update small formatting issue 2017-09-04 20:26:29 +01:00
Rigin Oommen
9f6a47d719 docs: updated an error condition in FAQ (#1048) 2017-09-04 19:31:36 +01:00
Frederick Fogerty
5765ac3c6a Minor FAQ update 2016-09-14 20:46:28 +12:00
Sascha
90a8e6aa1e docs: legacyWatch typo
[skip ci]
2016-05-28 22:34:17 +01:00
Remy Sharp
8e48001dc4 docs: add info around permissions and sudo
[skip ci]
2015-11-02 13:57:47 +00:00
Danny Guo
4271be4ef0 docs: fix faq typo
Apparently, spelling supersede as supercede is [regarded as an error](http://www.merriam-webster.com/dictionary/supercede).
2015-10-19 12:27:53 +01:00
Remy Sharp
526811d9b0 fix: make control over ignoreRoot easier
And add documentation and tests
2015-10-19 12:27:53 +01:00
Nils Winkler
2827270f80 Fixed formatting of FAQ entry.
Something was wrong with the first code example in the forever entry.
2015-03-17 08:53:19 +01:00
Nils Winkler
94c6e2fc73 Updated FAQ forever entry.
This closes #523.
2015-03-17 08:24:24 +01:00
Remy Sharp
cd51a1d2f7 Removed slush
[skip ci]
2015-01-28 15:04:06 +00:00
Remy Sharp
3deef004fe Merge branch 'master' into fix/456
Conflicts:
	faq.md
2015-01-28 15:03:42 +00:00
Remy Sharp
542f8545a6 Fixed #457
Explain the issue around ubuntu and nothing running.

[skip ci]
2015-01-28 15:01:17 +00:00
Remy Sharp
aa755af0aa Close #456
Update FAQ

[skip ci]
2015-01-28 14:57:06 +00:00
Remy Sharp
1cafc641c1 Fixed #470
Explain how nodemon.json events work, and removed the manually maintained list of maintainers. People can easily navigate to https://github.com/remy/nodemon/contributors

[skip ci]
2015-01-20 16:19:12 +00:00
Remy Sharp
787bebf1ac Add what verbose does. Fixes #325. 2014-04-14 15:32:19 +01:00
Remy Sharp
4ca35c6cff Docs about --. [skip ci] 2014-01-09 13:24:22 +00:00
Remy Sharp
93ab2b06db Updating FAQ & authors 2013-12-10 12:50:54 +00:00
Remy Sharp
abc27cd5ca Correct signal passing. Fixes #232.
Also more linting, tweaks to FAQ & contributing and added .jshint file.

Also adds test for signal test (though needs mocha to timeout at 15 seconds!)
2013-12-10 00:06:25 +00:00
Remy Sharp
4785409a79 tweaks to copy 2013-12-05 16:30:13 +00:00
Remy Sharp
e22c59d981 moved faq items to faq.md 2013-03-26 12:58:23 +00:00
Remy Sharp
52e9392241 started a faq for common issues 2013-03-26 09:26:48 +00:00