Commit Graph

37 Commits

Author SHA1 Message Date
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
Kyle Robinson Young
2584c17722 lint to jshint in watch config 2012-10-09 15:13:17 -07:00
Kyle Robinson Young
80c33bc12e Updates to run on Grunt v0.4 2012-10-09 15:10:58 -07:00
Kyle Robinson Young
c5b72f131d Refactor spawn out of helper 2012-10-09 14:55:53 -07:00
Kyle Robinson Young
2382b757d9 Use the cwd base and gruntfile if not specified 2012-10-09 12:15:05 -07:00
Kyle Robinson Young
4d4e9eb8c1 Add .travis.yml file 2012-10-08 22:47:41 -07:00
Kyle Robinson Young
4c16bf5e27 Release watch task 2012-10-08 22:47:41 -07:00
Tyler Kellen
3996790fa2 prep for 0.4 2012-10-03 13:14:12 -05:00
Tyler Kellen
8b343429da docs 2012-10-03 08:47:46 -05:00
Tyler Kellen
4969a0a59e docs 2012-10-03 06:31:52 -05:00
Tyler Kellen
5911ff08ca docs 2012-09-17 16:03:20 -05:00
Tyler Kellen
44abe380e4 first commit 2012-09-17 16:01:19 -05:00