17 lines
		
	
	
		
			583 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			583 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
    <title>require.js: Nested Require Config Test</title>
 | 
						|
    <script src="../doh/runner.js"></script>
 | 
						|
    <script src="../doh/_browserRunner.js"></script>
 | 
						|
    <script data-main="nestedRequireConfig.js" src="../../require.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
    <h1>require.js: Nested Require Config Test</h1>
 | 
						|
    <p>Make sure a nested require that sets a paths config works when target
 | 
						|
    module is finally loaded.
 | 
						|
    Info in <a href="https://github.com/jrburke/requirejs/issues/309">Issue 309</a>.</p>
 | 
						|
    <p>Check console for messages</p>
 | 
						|
</body>
 | 
						|
</html>
 |