Commit Graph

61 Commits

Author SHA1 Message Date
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
Tyler Kellen
c5068dfa21 reverse changelog order 2012-10-18 17:24:26 -05:00
Tyler Kellen
c1778613ad docs 2012-10-18 17:23:26 -05:00
Tyler Kellen
951430ec27 use node >= 0.8 2012-10-18 14:46:10 -05:00
Kyle Robinson Young
7b25bd6fdb More verbose output for tests and make the tests run more reliably 2012-10-17 11:30:42 -07:00
Kyle Robinson Young
321db68625 Grunt v0.3 compat for if file exists. Bump v0.1.2 2012-10-17 10:29:35 -07:00
Kyle Robinson Young
47aefc0b32 Increase interrupt test wait time to 5s 2012-10-16 19:13:20 -07:00
Kyle Robinson Young
671fbca08c Fix test to run more reliably 2012-10-16 19:08:24 -07:00
Kyle Robinson Young
3f8be3283d Better search for the Grunt bin 2012-10-16 18:59:55 -07:00
Kyle Robinson Young
9a94ea8539 Attempt to fix travis 2012-10-16 17:11:18 -07:00
Kyle Robinson Young
7b7cd40b3f Fix and add tests for spawn once and interrupt 2012-10-16 16:31:34 -07:00
Kyle Robinson Young
d62b6501d3 Fix line endings from windows to unix 2012-10-16 15:25:07 -07:00
Kyle Robinson Young
596b69e95d Only spawn per task one at a time. Add interrupt option. 2012-10-16 15:23:43 -07:00
Kyle Robinson Young
95488dfdc0 Bump v0.1.1 2012-10-16 14:11:42 -07:00
Kyle Robinson Young
5d8bceefee Display fatal error if Grunt bin doesnt exist 2012-10-16 14:02:25 -07:00
Kyle Robinson Young
3ad21c5201 Fallback to globally installed grunt if local doesnt exist 2012-10-16 13:39:46 -07:00
Kyle Robinson Young
5fd718dd75 Remove unused code 2012-10-16 09:51:36 -07:00
Kyle Robinson Young
b0de3a16c4 Fix indentation in echo task fixture 2012-10-15 16:21:41 -07:00
Kyle Robinson Young
c2bd166d17 Add tests for different watch configs 2012-10-15 16:16:16 -07:00
Kyle Robinson Young
72c1b9edff Add grunt.utils compatibility for Grunt v0.3 2012-10-15 11:10:27 -07:00
Kyle Robinson Young
db4aacbe2e Create a new watcher per target
Simplifies code and provides a watching performance boost.
Also allows options to be set per target.
2012-10-11 23:57:49 -07:00
Kyle Robinson Young
5d491ddaf4 Read the config exactly like existing watch task 2012-10-11 22:26:00 -07:00
Kyle Robinson Young
48e4947d8c Readme updates for Grunt v0.4 2012-10-09 15:17:13 -07:00