mirror of
				https://github.com/flynx/ImageGrid.git
				synced 2025-10-30 19:00:09 +00:00 
			
		
		
		
	minor fixes to package.json and Makefile...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
		
							parent
							
								
									c8e9bbc006
								
							
						
					
					
						commit
						13499c80b7
					
				| @ -111,9 +111,9 @@ zip: $(APP_ZIP) | |||||||
| #**********************************************************************
 | #**********************************************************************
 | ||||||
| # dev env...
 | # dev env...
 | ||||||
| 
 | 
 | ||||||
|  | # see: package.json for a list...
 | ||||||
| node-deps: | node-deps: | ||||||
| 	npm install fs.extra | 	npm install | ||||||
| #	npm install exif
 |  | ||||||
| 
 | 
 | ||||||
| dev: $(CSS_FILES) | dev: $(CSS_FILES) | ||||||
| 	#unzip -uj $(wildcard targets/node-webkit/node-webkit-*-win-ia32.zip) -d . | 	#unzip -uj $(wildcard targets/node-webkit/node-webkit-*-win-ia32.zip) -d . | ||||||
|  | |||||||
| @ -1,20 +1,26 @@ | |||||||
| { | { | ||||||
|   "name": "ImageGrid.Viewer", | 	"name": "ImageGrid.Viewer", | ||||||
|   "main": "index.html", | 	"main": "index.html", | ||||||
|   "version": "0.0.1", | 	"version": "0.0.1", | ||||||
| 
 | 
 | ||||||
|   "window": { | 	"window": { | ||||||
|     "title": "ImageGrid.Viewer", | 		"title": "ImageGrid.Viewer", | ||||||
|     "position": "center", | 		"position": "center", | ||||||
|     "width": 900, | 		"width": 900, | ||||||
|     "height": 700, | 		"height": 700, | ||||||
|     "min_width": 400, | 		"min_width": 400, | ||||||
|     "min_height": 400, | 		"min_height": 400, | ||||||
|     "frame": false, | 		"frame": false, | ||||||
|     "toolbar": false | 		"toolbar": false | ||||||
|   }, | 	}, | ||||||
|  | 
 | ||||||
|  | 	"webkit": { | ||||||
|  | 		"page-cache": true | ||||||
|  | 	} | ||||||
|  | 
 | ||||||
|  | 	"dependencies": { | ||||||
|  | 		"requirejs": "*", | ||||||
|  | 		"fs.extra": "*" | ||||||
|  | 	} | ||||||
| 	 | 	 | ||||||
|   "webkit": { |  | ||||||
|     "page-cache": true |  | ||||||
|   } |  | ||||||
| } | } | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user