1
0
Fork 0
mirror of https://github.com/jashkenas/coffeescript.git synced 2022-11-09 12:23:24 -05:00

fix a spell mistake in cakefile

This commit is contained in:
sailxjx 2014-03-11 15:11:02 +08:00
parent ab5728c030
commit bfc9d4d594

View file

@ -179,7 +179,7 @@ task 'doc:site', 'watch and continually rebuild the documentation for the websit
fs.writeFileSync 'index.html', rendered
log "compiled", green, "#{source}"
fs.watchFile source, internal: 200, renderIndex
fs.watchFile source, interval: 200, renderIndex
log "watching..." , green