Created
March 8, 2012 10:02
-
-
Save arobson/2000071 to your computer and use it in GitHub Desktop.
A Cartographer Starter HTML Page
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
<!DOCTYPE HTML> | |
<html> | |
<head> | |
<script src="js/lib/jquery-1.7.1.min.js"></script> | |
<script src="js/lib/underscore.min.js"></script> | |
<script src="js/lib/infuser.min.js"></script> | |
<script src="js/lib/trafficCop.min.js"></script> | |
<script src="js/lib/DOMBuilder.dom.min.js"></script> | |
<script src="js/lib/cartographer.min.js"></script> | |
<title>Cartographer</title> | |
<script type="text/javascript"> | |
</script> | |
</head> | |
<body> | |
</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
These URLs should be to the actual script files and can be used for to populate tools like JS Fiddle. | |
Cartographer: | |
https://raw.github.com/arobson/cartographer.js/master/lib/cartographer.min.js | |
jQuery: | |
http://code.jquery.com/jquery-1.7.1.min.js | |
Underscore: | |
https://raw.github.com/documentcloud/underscore/master/underscore-min.js | |
DOMBuilder: | |
https://raw.github.com/insin/DOMBuilder/master/dist/DOMBuilder.dom.min.js | |
infuser: | |
https://raw.github.com/ifandelse/infuser/master/lib/standard/infuser.min.js | |
trafficCop: | |
https://raw.github.com/ifandelse/TrafficCop/master/lib/standard/TrafficCop.min.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment