-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Umakant Patil
committed
Dec 14, 2013
1 parent
17941f1
commit 2862b47
Showing
11 changed files
with
9,179 additions
and
82 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> | ||
<html> | ||
<head> | ||
<title>jSmart with RequireJS</title> | ||
</head> | ||
<body> | ||
<div id="output"></div> | ||
<script type="text/javascript" src="js/jsmart.js"></script> | ||
<script type="text/javascript" src="js/require.js"></script> | ||
<script type="text/javascript" src="js/index.js"></script> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
require.config({ | ||
'baseUrl': 'js', | ||
'paths': { | ||
't': '../', | ||
'text': 'text', | ||
} | ||
}); | ||
|
||
require(['page']); |
Oops, something went wrong.