Commit Graph

83 Commits

Author SHA1 Message Date
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
Kyle Robinson Young
3ec9cd8d7f Add FAQ about enthusiastic patterns. Closes GH-36. 2013-01-14 23:41:47 -08:00
Kyle Robinson Young
7a38126c4b Update to show compatibility with grunt@0.4.0rc5. Publishing as 0.2.0rc5. 2013-01-09 12:30:57 -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
Jason San Jose
c36fea1966 Use grunt.file.expand to support exclusions. Closes GH-30. 2012-12-21 16:22:40 -08:00
Kyle Robinson Young
b7e3551895 Inherit stdio from process. Fixes GH-26 2012-12-17 20:44:29 -08:00
Kyle Robinson Young
808d4a32d7 Update deps, gaze@0.3.0 which removed forceWatchMethod 2012-12-14 21:20:29 -08:00
Kyle Robinson Young
f0fe26e668 Tighten up tests 2012-12-13 19:18:37 -08:00
Kyle Robinson Young
98017e20af Symlink node_modules to test folders so grunt-cli can find them 2012-12-13 18:35:31 -08:00
Chris Talkington
7c326a6fcf prep for upcoming grunt release. Closes GH-23.
normalize linefeeds. remove grunt v0.3 and node v0.6 support
2012-12-13 16:09:16 -08:00
Kyle Robinson Young
3496beb2f4 Remove grunt.file.watchFiles 2012-12-12 10:40:14 -08:00
Kyle Robinson Young
6360a36871 Add .editorconfig file 2012-11-28 11:19:55 -08:00
Kyle Robinson Young
29ac844c8d Install grunt-cli in travis before_script instead of as devDep
See: https://github.com/gruntjs/grunt-contrib/issues/129
2012-11-28 11:11:50 -08:00
Kyle Robinson Young
93515b4566 Attempt to fix travis by adding grunt-cli 2012-11-19 13:14:35 -08:00
Kyle Robinson Young
38617875b4 Run nodeunit instead of test. Use the latest deps. 2012-11-19 13:06:25 -08:00
Kyle Robinson Young
4d76707d27 Allow watch task to be renamed. Closes GH-16. 2012-11-19 12:45:45 -08:00
Kyle Robinson Young
d9880aa6bc Use grunt.util.spawn "grunt" option. Closes GH-15. 2012-11-19 12:35:49 -08:00
Kyle Robinson Young
230225282f Bump v0.1.4 2012-11-01 18:20:12 -07:00
Kyle Robinson Young
0addd70cca Use CLI options without passed grunt.cli.tasks. Fixes GH-12.
This prevents the watch task or another task registered to the watch task
from running duplicate watch tasks.
2012-11-01 18:08:55 -07:00
Kyle Robinson Young
0a6f8fcf86 Fix failing test. Just look for fatal. 2012-10-31 17:20:13 -07:00
Kyle Robinson Young
3682c6e654 Dont display empty stderr. Add test for failing task 2012-10-31 17:12:03 -07:00
Kyle Robinson Young
c01ba9f2fe Add FAQ about EMFILE: Too many opened files. Closes GH-5. 2012-10-28 15:22:30 -07:00
Kyle Robinson Young
8d07323bdb Add forceWatchMethod docs. Bump v0.1.3 2012-10-28 15:07:13 -07:00
Kyle Robinson Young
15e95e9c59 Update travis, Grunt v0.4 only supports node >=0.8 2012-10-28 14:37:37 -07:00
Kyle Robinson Young
e5750ed4c2 Bump gaze@0.2.0 2012-10-28 14:37:37 -07:00
Kyle Robinson Young
8f4bd99f40 Use process.argv to spawn grunt
Will use the node and grunt bin that originally spawned
the process to spawn child processes.
2012-10-28 14:36:06 -07:00
Gong Hao
faaa0d1118 Use process.argv[1] to find the globally installed grunt bin. Closes GH-9. 2012-10-23 09:32:42 -07:00
Tyler Kellen
dafff30a2e add missing setting 2012-10-18 17:29:47 -05:00