mirror of https://github.com/twbs/ratchet.git
Build mobile apps with simple HTML, CSS, and JS components.
http://goratchet.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
69 lines
1.7 KiB
69 lines
1.7 KiB
<!doctype html> |
|
<html> |
|
<head> |
|
<meta charset="utf-8"> |
|
<title>Jasmine Spec Runner</title> |
|
<link rel="shortcut icon" type="image/png" href=".grunt/grunt-contrib-jasmine/jasmine_favicon.png"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../.grunt/grunt-contrib-jasmine/jasmine.css"> |
|
|
|
<link rel="stylesheet" type="text/css" href="../../dist/ratchet.min.css"> |
|
|
|
|
|
</head> |
|
<body> |
|
|
|
|
|
<script src="../../.grunt/grunt-contrib-jasmine/es5-shim.js"></script> |
|
|
|
<script src="../../.grunt/grunt-contrib-jasmine/jasmine.js"></script> |
|
|
|
<script src="../../.grunt/grunt-contrib-jasmine/jasmine-html.js"></script> |
|
|
|
<script src="../../.grunt/grunt-contrib-jasmine/json2.js"></script> |
|
|
|
<script src="../../.grunt/grunt-contrib-jasmine/boot.js"></script> |
|
|
|
<script src="../../docs/assets/js/fingerblast.js"></script> |
|
|
|
<script src="../common.js"></script> |
|
|
|
<script src="../modals.js"></script> |
|
|
|
<script src="../popovers.js"></script> |
|
|
|
<script src="../push.js"></script> |
|
|
|
<script src="../segmented-controllers.js"></script> |
|
|
|
<script src="../sliders.js"></script> |
|
|
|
<script src="../toggles.js"></script> |
|
|
|
<script src="vendor/touchfaker.min.js"></script> |
|
|
|
<script src="../common.js"></script> |
|
|
|
<script src="../modals.js"></script> |
|
|
|
<script src="../popovers.js"></script> |
|
|
|
<script src="../push.js"></script> |
|
|
|
<script src="../segmented-controllers.js"></script> |
|
|
|
<script src="../sliders.js"></script> |
|
|
|
<script src="../toggles.js"></script> |
|
|
|
<script src="commonSpec.js"></script> |
|
|
|
<script src="modalsSpec.js"></script> |
|
|
|
<script src="sliderSpec.js"></script> |
|
|
|
<script src="../../.grunt/grunt-contrib-jasmine/reporter.js"></script> |
|
|
|
|
|
</body> |
|
</html>
|
|
|