32 lines
855 B
Plaintext
32 lines
855 B
Plaintext
v0.1.5:
|
|
changes:
|
|
- Allow watch task to be renamed.
|
|
- Use grunt.util.spawn "grunt" option.
|
|
v0.1.4:
|
|
date: 2012-11-01
|
|
changes:
|
|
- Prevent watch from spawning duplicate watch tasks
|
|
v0.1.3:
|
|
date: 2012-10-28
|
|
changes:
|
|
- Better method to spawn the grunt bin
|
|
- Bump gaze to v0.2.0. Better handles some events and new option forceWatchMethod
|
|
- Only support Node.js >= v0.8
|
|
v0.1.2:
|
|
date: 2012-10-17
|
|
changes:
|
|
- Only spawn a process per task one at a time
|
|
- Add interrupt option to cancel previous spawned process
|
|
- Grunt v0.3 compatibility changes
|
|
v0.1.1:
|
|
date: 2012-10-16
|
|
changes:
|
|
- Fallback to global grunt bin if local doesnt exist. Fatal if bin cannot be found
|
|
- Update to gaze 0.1.6
|
|
v0.1.0:
|
|
date: 2012-10-08
|
|
changes:
|
|
- Release watch task
|
|
- Remove spawn from helper
|
|
- Run on Grunt v0.4
|