localForage/test/test.component.html
PG 157cb19bd4 add component build test
remove browserify for now

add component build test

remove old files

fix grunt
2014-04-21 22:43:10 -07:00

16 lines
386 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Component Test</title>
</head>
<body>
<div class="status"></div>
<script src="../bower_components/es6-promise/promise.js"></script>
<script src="../dist/localforage.cmp.js"></script>
<script type="text/javascript">
window.localforage = require('localforage');
</script>
</body>
</html>