mirror of
				https://github.com/1disk/edp445.git
				synced 2024-08-14 22:47:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			273 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| var profile = {
 | |
|     resourceTags: {
 | |
|         ignore: function(filename, mid){
 | |
|             // only include moment/moment
 | |
|             return mid != "moment/moment";
 | |
|         },
 | |
|         amd: function(filename, mid){
 | |
|             return /\.js$/.test(filename);
 | |
|         }
 | |
|     }
 | |
| };
 |