Commit Graph

110 Commits

Author SHA1 Message Date
Joey Baker
e71d8f8ead Remove beep after each reload 2013-05-05 10:54:27 -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
Tyler Kellen
09586abc0c regen readme to fix typo 2013-02-20 12:42:59 -05:00
Tyler Kellen
6391f82f14 add peerDependencies 2013-02-18 09:00:57 -05:00
Tyler Kellen
da08cf2095 0.4 release 2013-02-15 20:20:00 -05:00
Jamie Stackhouse
f857f2ba4a Pass raw patterns to gaze. Fixes GH-20. Closes GH-43. 2013-02-13 22:45:29 -08:00
Kyle Robinson Young
9d12703c89 Break off test helpers 2013-02-12 19:36:16 -08:00
Kyle Robinson Young
a995d7d645 Add latest watch date and completion time. Closes GH-42. 2013-02-05 11:35:28 -08:00
Tyler Kellen
d3543d8501 update getting started guide link 2013-02-05 12:46:45 -05:00
Kyle Robinson Young
53f9bc6406 Bumping version to 0.2.0rc7.
* Updating grunt/gruntplugin dependencies to rc6.
* Changing in-development grunt/gruntplugin dependency versions from tilde version ranges to specific versions.
2013-01-22 13:00:02 -08:00