Commit Graph

171 Commits

Author SHA1 Message Date
Brian Lai
dfa6953aaf Fix to make interrupt work more than once. Closes GH-155. 2013-08-27 16:39:40 -07:00
Kyle Robinson Young
78e699e30e Docs for cwd option 2013-08-27 16:25:03 -07:00
Kyle Robinson Young
b0f8ec66eb nitpicky clean up 2013-08-27 16:20:11 -07:00
Jaime Pillora
7c5a485974 cwd option now accepts separate files and spawn cwd settings. Closes GH-125.
Conflicts:
	test/fixtures/multiTargets/Gruntfile.js
2013-08-27 16:14:09 -07:00
Rich Trott
74c6125ef5 Test to ensure files are reloaded only once. Closes GH-195. 2013-08-26 16:16:46 -07:00
Manuel Cabral
0d078cbe8b Clear changedFiles after triggering livereload. Closes GH-193. 2013-08-26 16:16:35 -07:00
Kyle Robinson Young
0d8a7b6381 0.5.3 2013-08-25 17:30:37 -07:00
Kyle Robinson Young
1b0ac88ebc Update AUTHORS 2013-08-25 17:27:25 -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
1e8b680487 Skip empty file paths. Closes GH-174. 2013-08-16 08:56:16 -07:00
Kyle Robinson Young
85fe0b2364 Fix running tasks after a gruntfile is reloaded. Fixes GH-184. 2013-08-16 08:28:35 -07:00
Kyle Robinson Young
467e1990ab Add trailing commas (to secretly nudge travis-ci) 2013-08-06 09:57:48 -07:00
Kyle Robinson Young
676a920a4c Update readme 2013-08-05 12:52:09 -07:00
Kyle Robinson Young
8abcd42269 Merge pull request #177 from go-oleg/master
Update examples to use spawn instead of nospawn
2013-08-05 12:50:59 -07:00
Oleg Seletsky
54bd69e375 Update examples to use spawn instead of nospawn 2013-08-05 12:42:12 -07:00
Kyle Robinson Young
ff2952b788 0.5.1 2013-07-20 09:04:38 -07:00
Kyle Robinson Young
7156379f96 Better options handling and fix bug resetting options. Ref GH-162. 2013-07-19 21:21:00 -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
061b31fc27 Add correctly named folder 2013-07-19 09:53:16 -07:00
Kyle Robinson Young
bb37221123 Remove badly named folder 2013-07-19 09:52:40 -07:00
Kyle Robinson Young
c64696cbe8 v0.5.0 2013-07-18 20:19:55 -07:00
Kyle Robinson Young
130d6dc1dd Re-grab task/target options on each run. Ref GH-158. 2013-07-18 20:17:54 -07:00
Michał Gołębiowski
2c4d3e720f Bump version to 0.4.5, add CHANGELOG entry. Closes GH-152. 2013-07-18 20:17:29 -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
2cb2441519 Fixing tests on Windows 2013-07-18 14:04:14 -07:00
Kyle Robinson Young
238f3c6f23 Fix typo in FAQs 2013-07-18 13:05:29 -07:00
Iskren Chernev
419738ba2e Append watch.options.cliArgs on spawn. Closes GH-158.
Currently cliArgs was fetched once on watch task startup. This means that event
handlers can not change that afterwords. Now every time grunt is spawned it can
have different command line arguments.
2013-07-16 12:51:27 -07:00
Kyle Robinson Young
4987404e31 A better way to exclude node_modules in docs 2013-07-12 12:55:43 -07:00
Oliver Joseph Ash
757c9475a6 Bump Gaze version to 0.4. Closes GH-142, Closes GH-25, Closes GH-70. 2013-07-11 13:39:42 -07:00
Kyle Robinson Young
042c499de0 Move libs/vars into top scope to prevent re-init 2013-07-11 13:14:52 -07:00
Kyle Robinson Young
99e7a9a16e Dont watch **/*.js as it will watch node_modules. 2013-07-11 13:11:28 -07:00
Kyle Robinson Young
fbca6e84c6 Dynamic alias task to test individual files. 2013-07-11 12:51:23 -07:00
Kyle Robinson Young
09f4854459 Change nospawn option to spawn. Closes GH-81. 2013-07-11 12:42:17 -07:00
Kyle Robinson Young
44edaf2a30 Clean up Gruntfile.js 2013-07-07 14:16:25 -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
cfddream
ec87f65395 Optimize delete operations on taskrunner queue. Closes GH-133. 2013-06-22 22:59:53 -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
Kyle Robinson Young
64902fe3d9 Ensure tasks are an array. Fixes GH-115. 2013-05-27 11:39:07 -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
d094cfd1ab No need to gracefully exit anymore. Closes GH-103. 2013-05-13 20:47:38 -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