looped-in/resources/dev/background.html
Jeremy Dormitzer fda8666a02
Refactor directory structure for better dev experience
The new structure enables separate dev/prod resource files, as well as
compiling dev sources with :optimizations :none
2018-02-15 22:50:06 -05:00

12 lines
367 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<script src="js/browser-polyfill.js"></script>
<script src="js/generated/out-background/goog/base.js"></script>
<script src="js/generated/out-background/cljs_deps.js"></script>
</head>
<body>
<script src="js/generated/background.js"></script>
</body>
</html>