ocrybit / coffeestand

A recursive CoffeeScript watcher also aware of newly added files.
http://tomoio.github.com/coffeestand/
Other
3 stars 2 forks source link

Ignoring .csmapper? #3

Open tylercollier opened 9 years ago

tylercollier commented 9 years ago

I created a .csmapper file but it seems it's ignored.

{
  "plugin/coffee/*": ["/coffee/", "/js/built/"]
}

Running from my /home/tylercollier/railsapp directory:

$ coffeestand --nolint
compiled - /home/tylercollier/railsapp/app/assets/javascripts/base.coffee => /home/tylercollier/railsapp/app/assets/javascripts/base.js

To make sure it was looking at the .csmapper file at all, I tried this, expecting it would complain:

$ coffeestand --nolint --mapper file_that_doesnt_exist

But it didn't.

tylercollier commented 9 years ago

I saw your comment on issue 1 that future work would be on your bystander project. No work has been done on either project in a while, but I figured this was worth reporting because it's an awesome project, I need it, and you clearly spent time creating the README and making it great.