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:
parent
ab5728c030
commit
bfc9d4d594
1 changed files with 1 additions and 1 deletions
2
Cakefile
2
Cakefile
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue