bool isAssetPath(String path) { return assetPaths.any((String p) => !isExcludePath(path) && Glob(p).matches(path)); }