Merge pull request #3401 from sailxjx/master

fix a spell mistake in cakefile
This commit is contained in:
Nami-Doc
2014-03-11 09:09:00 +01:00

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