Commit Graph

76 Commits

Author SHA1 Message Date
XhmikosR
fc8458ee34 Fix typo. 2019-08-10 13:14:12 +03:00
Kyle Robinson Young
3b7ddf4453 v1.1.0 2018-05-12 21:15:20 -07:00
Kyle Robinson Young
6ec71e92de v1.0.1 2018-04-20 15:26:44 -07:00
Marcelo Jorge Vieira
99410a7411 README.md: Fixed typos (#536)
Changes:

  * Replaced 'triggerring' with 'triggering'
  * Replaced 'seperate' with 'separate'
2017-08-16 18:05:35 +03:00
XhmikosR
986b8a960e Update CHANGELOG.
[ci skip]
2016-03-18 19:32:54 +02:00
XhmikosR
5e155ec260 Add AppVeyor for Windows testing. 2016-03-17 19:43:31 +02:00
Kyle Robinson Young
d3d8c01b25 v1.0.0 2016-03-12 14:09:29 -08:00
XhmikosR
0493c6c96e Regenerate README.md.
[ci skip]
2015-10-11 13:32:19 +03:00
Danny
f74ffd92ae Fix typeo 2015-04-19 10:21:10 -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
jonmunson
97cb3ed6d7 Update REAMDE.md - fix spelling mistake 2014-04-04 10:23:32 +01:00
Kyle Robinson Young
c190351f52 v0.6.1 2014-03-19 13:09:32 -07:00
Kyle Robinson Young
95e415db71 v0.6.0 2014-03-11 22:39:02 -07:00
Chris Gross
153a551678 Livereload option to not reload if tasks fail. Fixes GH-84. Closes GH-293.
Also reload configured tasks before each run
2014-03-11 22:26:39 -07:00
Joey Baker
7817d405a0 Change HTTPS API to match grunt-contrib-connect
fixes #218
2013-10-18 19:54:47 -07:00
Joey Baker
39c6a55afa Enable live reload to work over https connections
Blocked by https://github.com/mklabs/tiny-lr/pull/21
2013-10-18 19:54:03 -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
Kyle Robinson Young
d984903ece More explicit example when using grunt.config 2013-09-29 15:42:25 -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
0d8a7b6381 0.5.3 2013-08-25 17:30:37 -07:00
Rich Trott
ec207fe84d Fix for livereload missing files. Closes GH-191. Closes GH-192. 2013-08-25 17:22:31 -07:00
Kyle Robinson Young
07c1f794b1 0.5.2 2013-08-16 08:58:29 -07:00
Kyle Robinson Young
676a920a4c Update readme 2013-08-05 12:52:09 -07:00
Kyle Robinson Young
ff2952b788 0.5.1 2013-07-20 09:04:38 -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
c64696cbe8 v0.5.0 2013-07-18 20:19:55 -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
Kyle Robinson Young
6252eba068 Bump v0.4.4 2013-05-27 11:51:06 -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
c33545f297 Only group changed files per target to send correct files to live reload. Fixes GH-87. 2013-05-11 21:52:19 -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
Daniel Steigerwald
2f68b0567b fix watchers closing. Closes GH-95. Bump v0.4.2
iterated array should never be modified during iteration
2013-05-09 14:55:07 -07:00
Kyle Robinson Young
bd7ef7e6ae Adding trailing commas because they are good 2013-05-09 09:15:54 -07:00
Kyle Robinson Young
68597e8352 Bump v0.4.1 2013-05-09 08:58:07 -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
6b71f06e53 Update deps, readme, authors. Bump v0.4.0 2013-05-03 10:07:33 -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
856d3d0bc3 Fix for top level options. Fixes GH-56. Bump v0.3.1 2013-02-28 10:15:06 -08:00