This commit is contained in:
Kyle Robinson Young 2013-08-25 17:30:37 -07:00
parent 1b0ac88ebc
commit 0d8a7b6381
3 changed files with 9 additions and 4 deletions

View File

@ -1,3 +1,7 @@
v0.5.3:
date: 2013-08-25
changes:
- Fixed for live reload missing files.
v0.5.2:
date: 2013-08-16
changes:

View File

@ -1,4 +1,4 @@
# grunt-contrib-watch v0.5.2 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-watch.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-watch)
# grunt-contrib-watch v0.5.3 [![Build Status](https://travis-ci.org/gruntjs/grunt-contrib-watch.png?branch=master)](https://travis-ci.org/gruntjs/grunt-contrib-watch)
> Run predefined tasks whenever watched file patterns are added, changed or deleted.
@ -401,6 +401,7 @@ Spawning does cause a performance hit (usually 500ms for most environments). It
## Release History
* 2013-08-25v0.5.3Fixed for live reload missing files.
* 2013-08-16v0.5.2Fixed issue running tasks after gruntfile is reloaded. Ignores empty file paths.
* 2013-07-20v0.5.1Fixed issue with options resetting.
* 2013-07-18v0.5.0Added target name to watch event. Added atBegin option to run tasks when watcher starts. Changed nospawn option to spawn (nospawn still available for backwards compatibility). Moved libs/vars into top scope to prevent re-init. Bumped Gaze version to ~0.4. Re-grab task/target options upon each task run. Add dateFormat option to override the date/time output upon completion.
@ -425,4 +426,4 @@ Spawning does cause a performance hit (usually 500ms for most environments). It
Task submitted by [Kyle Robinson Young](http://dontkry.com)
*This file was generated on Fri Aug 23 2013 14:07:18.*
*This file was generated on Sun Aug 25 2013 17:29:57.*

View File

@ -1,7 +1,7 @@
{
"name": "grunt-contrib-watch",
"description": "Run predefined tasks whenever watched file patterns are added, changed or deleted.",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "https://github.com/gruntjs/grunt-contrib-watch",
"author": {
"name": "Grunt Team",
@ -35,7 +35,7 @@
"grunt": "~0.4.0",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-nodeunit": "~0.1.2",
"grunt-contrib-internal": "~0.4.5"
"grunt-contrib-internal": "~0.4.6"
},
"peerDependencies": {
"grunt": "~0.4.0"