mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-31 19:30:07 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			797 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			797 B
		
	
	
	
		
			JavaScript
		
	
	
		
			Executable File
		
	
	
	
	
| /**********************************************************************
 | |
| * 
 | |
| *
 | |
| *
 | |
| **********************************************************************/
 | |
| 
 | |
| var glob = require('glob')
 | |
| var path = require('path')
 | |
| 
 | |
| 
 | |
| define(function(require){ var module = {}
 | |
| console.log('>>> file')
 | |
| 
 | |
| //var DEBUG = DEBUG != null ? DEBUG : true
 | |
| 
 | |
| var tasks = require('lib/tasks')
 | |
| 
 | |
| 
 | |
| 
 | |
| /*********************************************************************/
 | |
| 
 | |
| var INDEX_DIR = '.ImageGrid'
 | |
| 
 | |
| 
 | |
| /*********************************************************************/
 | |
| 
 | |
| function listIndexes(base){
 | |
| 	return glob(base +'/**/'+ INDEX_DIR)
 | |
| }
 | |
| 
 | |
| 
 | |
| /**********************************************************************
 | |
| * vim:set ts=4 sw=4 :                                                */
 | |
| return module })
 |