Commit Graph

118 Commits

Author SHA1 Message Date
Kyle Robinson Young
e7c94df504 Mention connect middleware for live reload. Closes GH-92. 2013-05-08 22:33:39 -07:00
Kyle Robinson Young
4badeb41e7 Allow no tasks if just live reloading. Ref GH-74, Ref GH-82. 2013-05-07 12:17:21 -07:00
Kyle Robinson Young
188ec9f10e Make the fixture tasks run a little longer so the watch thinks it did something. 2013-05-07 12:15:24 -07:00
Kyle Robinson Young
f8a7b3cebe Revert "Run again if interrupt off and triggered during previous run. Closes GH-33."
This reverts commit d01491be1b.
2013-05-07 11:32:24 -07:00
Oliver Joseph Ash
f1af227d22 Write new line after file change. Closes GH-86. 2013-05-07 11:21:30 -07:00
Kyle Robinson Young
af81e6dfa1 Merge pull request #80 from joeybaker/master
Add option to make "beep" optional
2013-05-05 10:58:11 -07:00
Joey Baker
e71d8f8ead Remove beep after each reload 2013-05-05 10:54:27 -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
Kyle Robinson Young
adc1967d1b Update changelog 2013-05-03 09:58:04 -07:00
Kyle Robinson Young
7b65526834 A little more breathing for node v0.10 2013-05-02 20:24:42 -07:00
Kyle Robinson Young
d06a7f3f5a Unixify paths to fix tests on Windows. 2013-05-01 20:25:09 -07:00
Kyle Robinson Young
3889f6b100 Close watchers to ensure handle is released. Fixes GH-79. 2013-05-01 19:38:04 -07:00
Kyle Robinson Young
ffe58742df Hold LR servers by port out of scope. In case watch is reloaded. 2013-05-01 16:06:01 -07:00
Kyle Robinson Young
d01491be1b Run again if interrupt off and triggered during previous run. Closes GH-33. 2013-05-01 15:35:23 -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
5a4ba98254 Only run a single LR server if set at task level unless target overrides. 2013-05-01 11:50:23 -07:00
Kyle Robinson Young
08a62f813b Shorter way to set livereload port 2013-04-30 13:44:21 -07:00
Kyle Robinson Young
cbb0e8e0e4 Implement livereload into the watch task. Ref gruntjs/grunt-contrib-livereload#32 2013-04-30 13:25:41 -07:00
Kyle Robinson Young
dbe658f4f0 Log all watched files when verbose is flagged. Closes GH-66. 2013-04-30 13:25:41 -07:00
Kyle Robinson Young
62816b4ce8 Fixing the rest of the tests. 2013-04-30 13:25:41 -07:00
Kyle Robinson Young
cd71d6d853 Emit a beep upon complete. 2013-04-30 13:25:41 -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
Kyle Robinson Young
43cb828791 Add tests and adjustments for restricting events 2013-04-30 13:25:40 -07:00
Kyle Robinson Young
0b79c61d6a Fixing tests 2013-04-30 13:25:40 -07:00
Kyle Robinson Young
2b9ce6fd3c Refactor into task running lib. Reloads gruntfile upon changes. 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
8dd69e9352 Better error message on events tests 2013-03-16 10:06:48 -07:00
Tyler Kellen
08661730ee quote version number for travis 2013-03-15 01:27:10 -05:00
Tyler Kellen
7703ec209c add node 0.10 to travis 2013-03-14 17:21:29 -05: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
Kyle Robinson Young
e86fd7df90 Update CHANGELOG, README. Bump v0.3.0 2013-02-27 14:09:53 -08:00
Kyle Robinson Young
4f9d0be130 Add patterns test 2013-02-27 13:53:21 -08:00
Kyle Robinson Young
4669e34a4f Finer detail with completion time 2013-02-26 16:29:32 -08:00
Kyle Robinson Young
28f1467e02 Pass grunt to lib/taskrun to retain context 2013-02-26 16:29:32 -08:00
Tyler Kellen
5e82fcbd8a bump contrib-jshint 2013-02-26 11:46:20 -05:00
Kyle Robinson Young
9396cb4e33 Check in case returned error is a string. Ref GH-52. 2013-02-25 10:53:33 -08:00
Chris Danford
165df7827b Debounce runTasks for each target individually. Closes GH-53.
Now, if simultaneous file changes will trigger multiple targets, all
targets execute instead of just one target.
2013-02-25 10:36:13 -08:00
Kyle Robinson Young
9b93859c29 If fatal error returned from gaze hand to grunt.fatal. Fixes GH-52. 2013-02-25 10:14:17 -08:00
Kyle Robinson Young
e09316644c Add event example 2013-02-25 10:04:52 -08:00
Kyle Robinson Young
8006886e52 Implement watch events 2013-02-21 21:59:40 -08:00
Kyle Robinson Young
ad67808cc9 Docs for nospawn 2013-02-21 16:12:33 -08:00
Kyle Robinson Young
855396972a Clean up tests 2013-02-21 15:28:42 -08:00
Kyle Robinson Young
903ed61722 Add interrupt option to nospawn 2013-02-20 21:50:48 -08:00
Kyle Robinson Young
ee8fb46e83 Print completed with nospawn. Finish nospawn test. 2013-02-20 21:50:48 -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