aria テンプレートを使用しており、デバッグ モードを使用しようとしていますが、コンソールにログが記録されていないため、機能していないようです。これがメインの index.html です。
<script type="text/javascript" src="/aria/bootstrap.js"></script>
<link type="text/css" href="./view/style.css" rel="stylesheet"></link>
</head>
<body>
<div id="output"></div>
<script type="text/javascript">
Aria.debug = true;
Aria.loadTemplate({
div : "output",
classpath : "guides.todo_mio.view.Todo",
moduleCtrl : {
classpath : "guides.todo_mio.TodoCtrl"
}
});
</script>
</body>
</html>
ヒントはありますか?
ありがとう。