20 lines
		
	
	
		
			663 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			663 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/**
 | 
						|
 * This is a manifest file that will be compiled into application.js, which will
 | 
						|
 * include all the files listed below.
 | 
						|
 *
 | 
						|
 * Any JavaScript file within this directory can be referenced here using a
 | 
						|
 * relative path.
 | 
						|
 *
 | 
						|
 * It's not advisable to add code directly here, but if you do, it will appear
 | 
						|
 * at the bottom of the compiled file.
 | 
						|
 *
 | 
						|
 * If you are planning to include all custom JavaScript inside main.js then
 | 
						|
 * you don't have touch this file at all, otherwise "require" additional
 | 
						|
 * scripts down below using //= filename.js notation.
 | 
						|
 */
 | 
						|
 | 
						|
//= require lib/jquery-2.1.1.min
 | 
						|
//= require lib/bootstrap.min
 | 
						|
//= require lib/moment/moment
 | 
						|
//= require main
 |