Update docs, tasks should no longer be required

This commit is contained in:
Kyle Robinson Young 2013-05-05 00:05:08 -07:00
parent 6b71f06e53
commit e8d840aba6
2 changed files with 1 additions and 3 deletions

View File

@ -192,7 +192,6 @@ grunt.initConfig({
watch: {
scripts: {
files: ['lib/*.js'],
tasks: [''],
},
},
});
@ -337,4 +336,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 May 03 2013 10:06:32.*
*This file was generated on Sun May 05 2013 00:04:52.*

View File

@ -41,7 +41,6 @@ grunt.initConfig({
watch: {
scripts: {
files: ['lib/*.js'],
tasks: [''],
},
},
});