google/closure-compiler

Exclude pattern causes error if directory doesn't exist

Open

#608 aberto em 5 de set. de 2014

Ver no GitHub
 (0 comments) (0 reactions) (0 assignees)Java (1.197 forks)batch import
help wanted

Métricas do repositório

Stars
 (7.176 stars)
Métricas de merge de PR
 (Mesclagem média 3d 4h) (1 fundiu PR em 30d)

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

Guia do colaborador