Skip to content

Commit

Permalink
Fixed mauricemach#69 (coffeekup -w only compiles upon first change).
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-carvalho committed Sep 4, 2011
1 parent b409d7d commit 006d502
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,7 @@
- Fixed #64 (`hardcode` option masked in express adapter). [smathy]
- Added missing elements from the HTML 5 spec (both valid and obsolete). Closes #66 (thanks @aeosynth).
- Added compile to js option to CLI. Closes #58. [rachel-carvalho]
- Fixed #69 (`coffeekup -w` only compiles upon first change). [rachel-carvalho]

**v0.3.0beta** (2011-07-27):

Expand Down
3 changes: 2 additions & 1 deletion src/cli.coffee
Expand Up @@ -81,4 +81,5 @@ switches = [
fs.watchFile file, {persistent: true, interval: 500}, (curr, prev) ->
return if curr.size is prev.size and curr.mtime.getTime() is prev.mtime.getTime()
compile file, options.output, options.js, options.namespace
else compile file, options.output, options.js, options.namespace

compile file, options.output, options.js, options.namespace

0 comments on commit 006d502

Please sign in to comment.