sukima / ti_coffee_plugin

A build-time CoffeeScript compiler plugin for Titanium build scripts - Reborn
http://sukima.github.io/ti_coffee_plugin
Other
1 stars 0 forks source link

Fixes a bug when not all directories are defined #5

Closed sukima closed 11 years ago

sukima commented 11 years ago

Since the find Unix command now searches two directories (app, src) It would return an error if one or both of these directories were missing. In turn the compilation would be halted.

This will now politely ignore missing directories and continue on.

sukima commented 11 years ago

I think this looks good. :shipit: