| 
									
										
										
										
											2017-08-21 08:23:47 -07:00
										 |  |  | package(default_visibility = ["//visibility:public"]) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | filegroup( | 
					
						
							|  |  |  |     name = "node_modules", | 
					
						
							| 
									
										
										
										
											2018-02-13 11:26:06 -08:00
										 |  |  |     srcs = glob( | 
					
						
							|  |  |  |         ["node_modules/**/*"], | 
					
						
							|  |  |  |         # Exclude directories that commonly contain filenames which are | 
					
						
							|  |  |  |         # illegal bazel labels | 
					
						
							|  |  |  |         exclude = [ | 
					
						
							|  |  |  |             # e.g. node_modules/adm-zip/test/assets/attributes_test/New folder/hidden.txt | 
					
						
							|  |  |  |             "node_modules/**/test/**", | 
					
						
							|  |  |  |             # e.g. node_modules/xpath/docs/function resolvers.md | 
					
						
							|  |  |  |             "node_modules/**/docs/**", | 
					
						
							|  |  |  |         ], | 
					
						
							|  |  |  |     ), | 
					
						
							| 
									
										
										
										
											2017-08-21 08:23:47 -07:00
										 |  |  | ) |