forked from sheetjs/sheetjs
		
	- `writeFile` support chrome extension (fixes #1051 h/t @atkinsam) - demo refresh
		
			
				
	
	
		
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			178 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
.PHONY: init
 | 
						|
init:
 | 
						|
	cp ../../dist/xlsx.full.min.js .
 | 
						|
	if [ ! -e logo.png ]; then curl -O http://sheetjs.com/logo.png; fi
 | 
						|
 | 
						|
.PHONY: lint
 | 
						|
lint:
 | 
						|
	eslint content.js popup.js table.js
 |