mirror of
				https://github.com/aclindsa/moneygo.git
				synced 2025-11-03 18:13:27 -05:00 
			
		
		
		
	This means it now requires the Javascript to be compiled before it can be run. This move also required a massive reorganization and lots of debugging/fixups to make everything work properly again.
		
			
				
	
	
		
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			88 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
all:
 | 
						|
	browserify -t [ babelify --presets [ react ] ] main.js -o bundle.js
 | 
						|
 | 
						|
.PHONY = all
 |