Commit Graph

54 Commits

Author SHA1 Message Date
Kyle Robinson Young
f0d155f49f Merge pull request #227 from copasetickid/update-faq
Update FAQ for how to serve static files to the server
2015-10-14 09:41:39 -07:00
XhmikosR
0c94fa2929 Update watch-options.md
Closes #451.

[ci skip]
2015-10-14 16:47:01 +03:00
XhmikosR
2345454e44 Update watch-options.md
Add missing line breaks.
2015-10-13 02:25:31 +03:00
Ariel-isaacm
584fafcdb5 Fix spelling 2015-10-12 16:16:47 -07:00
Sindre Sorhus
c8b62b0294 Update watch-options.md 2015-04-20 12:35:17 +07:00
Tim Kang
a0bd437577 Update docs to demonstrate hostname option usage 2015-02-20 21:10:38 -08:00
Paul Melnikow
ca346f4ebc Support cwd.event to emit events relative to path
This is useful for specifying the base directory to use with livereload.
2014-11-07 20:13:52 -05:00
Leonardo Balter
4f66138f77 Docs: Reference to enable livereload on HTML in options.livereload topic 2014-05-14 13:58:14 -03:00
vladikoff
10f78603ac Fix Issue 35 link 2014-04-20 10:32:56 -04:00
Kyle Robinson Young
cb946df2f2 Add typo fix to docs as well. Ref GH-318. 2014-04-04 08:48:02 -07:00
Kyle Robinson Young
cfce792381 Add livereloadOnError to docs/ 2014-03-11 22:27:13 -07:00
ScottRippey
ba46cb7819 Added options.reload documentation 2014-03-11 22:17:51 -07:00
Rushaine McBean
ec32a26ed4 Update FAQ for how to serve static files to the server 2013-10-23 00:13:08 -04:00
Joey Baker
7817d405a0 Change HTTPS API to match grunt-contrib-connect
fixes #218
2013-10-18 19:54:47 -07:00
Kyle Robinson Young
0ac53cfadb Fix my poor grammar. Thanks @mzgol 2013-10-15 12:20:41 -07:00
Kyle Robinson Young
7a6bfa4bdd Update FAQ 2013-10-14 22:08:20 -07:00
Joey Baker
90e090afee Enable live reload to work over https connections. Closes GH-197. 2013-09-29 15:42:25 -07:00
Kyle Robinson Young
1a8aaac320 More explicit example when using grunt.config 2013-09-11 10:18:30 -07:00
Kyle Robinson Young
78e699e30e Docs for cwd option 2013-08-27 16:25:03 -07:00
Oleg Seletsky
54bd69e375 Update examples to use spawn instead of nospawn 2013-08-05 12:42:12 -07:00
Chris Wren
d6045385d3 Fixed syntax error in options.dateFormat example. Closes GH-163. 2013-07-19 21:20:30 -07:00
Kyle Robinson Young
e0468bb2e0 Add dateFormat option to configure the date. Closes GH-129. 2013-07-18 15:09:09 -07:00
Kyle Robinson Young
dc47f6f9f6 Add example using livereload and preprocessors. Closes GH-134. 2013-07-18 14:31:09 -07:00
Kyle Robinson Young
238f3c6f23 Fix typo in FAQs 2013-07-18 13:05:29 -07:00
Kyle Robinson Young
4987404e31 A better way to exclude node_modules in docs 2013-07-12 12:55:43 -07:00
Kyle Robinson Young
09f4854459 Change nospawn option to spawn. Closes GH-81. 2013-07-11 12:42:17 -07:00
John K. Paul
bfe7a2a1fb Add atBegin option to run tasks when watcher starts. Closes GH-147. 2013-07-07 14:12:50 -07:00
Kyle Robinson Young
bbb41575d5 Add note about low default interval. Ref GH-145. 2013-07-05 09:43:08 -07:00
Jurie-Jan Botha
ede6a107b3 Added target specific event emissions. Closes GH-116. 2013-06-22 22:59:52 -07:00
Kyle Robinson Young
81636c6fea Add roll your own live reload example. 2013-05-30 15:13:08 -07:00
Willie V
d83c44eb93 EMFILE FAQ - alternate fix. Closes GH-98.
In some versions of OSX `ulimit` will not work. The max file limit is
controlled via `launchctl`.
2013-05-13 20:50:49 -07:00
Kyle Robinson Young
dcfeeec2bd Fix options.event heading in docs. 2013-05-10 10:03:09 -07:00
Kyle Robinson Young
a45fdcc47a Enable nospawn in compiling files as needed example. 2013-05-10 09:33:32 -07:00
Kyle Robinson Young
bd7ef7e6ae Adding trailing commas because they are good 2013-05-09 09:15:54 -07:00
Kyle Robinson Young
e7c94df504 Mention connect middleware for live reload. Closes GH-92. 2013-05-08 22:33:39 -07:00
Kyle Robinson Young
f7c01ab1c8 docs: no longer ref live reload task 2013-05-05 00:22:04 -07:00
Kyle Robinson Young
e8d840aba6 Update docs, tasks should no longer be required 2013-05-05 00:05:08 -07:00
Kyle Robinson Young
044f6a7704 Docs for livereload.
Purposely omitting docs for use with connect as it is extremely verbose.
Need to discuss if its worth creating a lib for a livereload connect middleware.
2013-05-01 13:14:13 -07:00
Kyle Robinson Young
602435b42f Override grunt.fatal/warn to try and prevent watch from exiting. Closes GH-58. 2013-04-30 13:25:40 -07:00
Oleg Seletsky
6bfd0a7c5f Typo fix. Closes GH-77. 2013-04-30 10:26:56 -07:00
Kyle Robinson Young
e5ad6be721 Add compiling as needed example, fix tasks def for 0.3.1. Closes GH-74, closes GH-76. 2013-04-29 14:58:24 -07:00
Jaime Pillora
cf415ad229 Add event option to only trigger watch on certain events. Closes GH-63. 2013-04-02 11:07:24 -07:00
Kyle Robinson Young
82d0df4bbd Better usage example for watch event. 2013-03-18 11:24:27 -07:00
Kyle Robinson Young
e09316644c Add event example 2013-02-25 10:04:52 -08:00
Kyle Robinson Young
ad67808cc9 Docs for nospawn 2013-02-21 16:12:33 -08:00
Kyle Robinson Young
8572348cea Break out task running functionality into a lib. Start on nospawn option. 2013-02-20 21:50:48 -08:00
Tyler Kellen
da08cf2095 0.4 release 2013-02-15 20:20:00 -05:00
Kyle Robinson Young
3ec9cd8d7f Add FAQ about enthusiastic patterns. Closes GH-36. 2013-01-14 23:41:47 -08:00
Kyle Robinson Young
0b05bb6e61 Add FAQ about use with Grunt v0.3. Make FAQs appear again. 2013-01-02 13:35:42 -08:00
Kyle Robinson Young
808d4a32d7 Update deps, gaze@0.3.0 which removed forceWatchMethod 2012-12-14 21:20:29 -08:00