Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Watching temporary files #4

Closed
lorensr opened this issue Oct 2, 2011 · 1 comment
Closed

Watching temporary files #4

lorensr opened this issue Oct 2, 2011 · 1 comment
Assignees
Labels

Comments

@lorensr
Copy link
Contributor

lorensr commented Oct 2, 2011

My text editor creates files of the form [filename]~, and these files are watched by toaster. Could toaster either take an option in toaster.coffee like:

tempfile_regexes = [
  /~$/
  /\.swp$/
  /\.DS_Store$/
  /^#/
]

or just filter those by default?

@arboleya
Copy link
Owner

This fix will be published in the next patch (current is 0.3.0).

If you wanna use it right now, install from source by:

  1. git clone git://github.com/serpentem/coffee-toaster
  2. cd coffee-toaster; git submodule init; git submodule update
  3. npm link

Instead of adding support for tmp files, I have simply excluded everything else that is not 'filename.coffee', tells me if you find any other problem.

Tks for testing. :)

@ghost ghost assigned arboleya Oct 17, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants