localForage/examples/require.html
Matthew Riley MacPherson 98c4568656 Use bower instead of vendor/
Close #108 and update .travis.uml to install bower_components in Travis
2014-03-19 01:03:19 -04:00

11 lines
236 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf8" />
<title>require.js localForage example</title>
</head>
<body>
<script src="../bower_components/requirejs/require.js" data-main="main.js"></script>
</body>
</html>