google/closure-compiler
View on GitHubExclude pattern causes error if directory doesn't exist
Open
#608 opened on Sep 5, 2014
help wanted
Description
java -jar compiler.jar '!bar/**.js'
fails with ERROR - read error. (regardless of what other patterns are there) if the bar directory does not exist.
If the directory does not exist, it should ignore it.
(This should also be the behavior of include patterns, IMO.)