- Add
:source_mapoption for CoffeeScript.
- Remove file creation notification.
- Depend on Guard 1.1.0
- Add option
:error_to_js. (@damin)
- Catch StandardError instead of ExecJS errors.
- Do not notify other Guards when changed files is empty.
- #12 Fix wrong output without
:outputoption.
- #11 Fix compilation when using a simple watch expression.
- Top level directories are empty, so make them simply absolute.
- Follow symlinks. (@jtolds)
- Depend on Guard 0.8.3
- Enable
:task_has_failed
- Support #run_on_deletion to cleanup generated JavaScript.
- Added option to regenerate all files on startup. (@jqr)
- Catch all exceptions from compiling.
- Documentation update
- Add
:noopoption for use with the Rails 3.1 asset pipeline.
- Add
:bareoption. (Jeremy Raines)
- Make
:inputmatch more explicit.
- Depend on Guard 0.4
- Handle
*.js.coffeefiles correct. - When omitting the output option, it'll be taken from the input option.
- Added result messages to Guard::UI. (@vizjerai)
- Add
:hide_successoption. (@hoverbird)
- #2 Add a shortcut notation for the Guard configuration.
- Case insensitive match of compilation error messages.
- Support nested directories.
- Add
:shallowoption.
- Better growl messages and print full CoffeeScript output to the console.
- Inital release