google/closure-compiler

Exclude pattern causes error if directory doesn't exist

Open

#608 ouverte le 5 sept. 2014

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Java (1 197 forks)batch import
help wanted

Métriques du dépôt

Stars
 (7 176 stars)
Métriques de merge PR
 (Merge moyen 3j 4h) (1 PR mergée en 30 j)

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

Guide contributeur