mirror of
https://github.com/jashkenas/coffeescript.git
synced 2026-05-03 03:00:14 -04:00
Merge pull request #3401 from sailxjx/master
fix a spell mistake in cakefile
This commit is contained in:
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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user