Here's what Edge says on the site: "Edge Animate reads and writes HTML, CSS, and JavaScript files" but I don't get any CSS files and my test animation (from Adobe's Tutorial) doesn't show up on my preview site.
What am I missing? Here's my DW CC Fluid Website index.html code (Minus the guts that do work):
<!doctype html>
<!--[if lt IE 7]> <html class="ie6 oldie"> <![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="">
<!--<![endif]-->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--Adobe Edge Runtime-->
<script type="text/javascript" charset="utf-8" src="anima_edgePreload.js"></script>
<style>
.edgeLoad-EDGE-4698296 { visibility:hidden; }
</style>
<!--Adobe Edge Runtime End-->
</head>
<body>
<div class="gridContainer clearfix">
<footer> TEST<br>
<div id="Stage" class="EDGE-4698296">
</div>
</footer>
<!--contaniner--></div>
</body>
</html>
Thanks!