- #12 Fix
:hide_success
after a failure. (@whatcould)
- #24 Fix selective
bare
option.
- #11 Improve source map support. (@jabbawookiees)
- Add
:source_map
option for CoffeeScript.
- Remove file creation notification.
- Depend on Guard 1.1.0
- Catch StandardError instead of ExecJS errors.
- Do not notify other Guards when changed files is empty.
- #12 Fix wrong output without
:output
option.
- #11 Fix compilation when using a simple watch expression.
- Top level directories are empty, so make them simply absolute.
- Depend on Guard 0.8.3
- Enable
:task_has_failed
- Support #run_on_deletion to cleanup generated JavaScript.
- #8 Added option to regenerate all files on startup. (@jqr)
- Catch all exceptions from compiling.
- Documentation update
- Add
:noop
option for use with the Rails 3.1 asset pipeline.
- Make
:input
match more explicit.
- Depend on Guard 0.4
- Handle
*.js.coffee
files correct. - When omitting the output option, it'll be taken from the input option.
- #2 Add
:hide_success
option. (@hoverbird)
- #2 Add a shortcut notation for the Guard configuration.
- Case insensitive match of compilation error messages.
- Support nested directories.
- Add
:shallow
option.
- Better growl messages and print full CoffeeScript output to the console.
- Inital release