arboleya / coffee-toaster

Minimalist build system for CoffeeScript.
114 stars 23 forks source link

Ignore SVN files #43

Closed silviopaganini closed 12 years ago

silviopaganini commented 12 years ago

the compiler doesnt ignore the SVN folder and compile the source twice

arboleya commented 12 years ago

It's not a bug, try setting the 'exclude' property on toaster.coffee file:

toast 'src'
    # ....
    exclude: ['.svn']

It should do the trick.