google/closure-compiler

Exclude pattern causes error if directory doesn't exist

Open

#608 创建于 2014年9月5日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Java (1,197 fork)batch import
help wanted

仓库指标

Star
 (7,176 star)
PR 合并指标
 (平均合并 3天 4小时) (30 天内合并 1 个 PR)

描述

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.)

贡献者指南