build static, move js files

This commit is contained in:
j 2011-10-23 04:29:20 +02:00
commit 7586f2746a
65 changed files with 146 additions and 116 deletions

View file

@ -7,8 +7,8 @@
<link rel="shortcut icon" type="image/png" href="/static/png/icon16.png"/>
<link rel="stylesheet" type="text/css" href="/static/css/highlight.css"/>
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
<script type="text/javascript" src="/static/js/highlight.pack.js"></script>
<script type="text/javascript" src="/static/js/pandora.api.js"></script>
<script type="text/javascript" src="/static/js/api/highlight.pack.js"></script>
<script type="text/javascript" src="/static/js/api/pandora.js"></script>
</head>
<body></body>

View file

@ -4,7 +4,7 @@
<title>{{settings.SITENAME}}</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
<script type="text/javascript" src="/static/js/pandoraEmbed.js"></script>
<script type="text/javascript" src="/static/js/embed/pandora.js"></script>
</head>
<body>
</body>

View file

@ -11,8 +11,8 @@
};
}
</script>
<script type="text/javascript" src="/static/oxjs/dev/Ox.js"></script>
<script type="text/javascript" src="/static/js/pandora.js"></script>
<script type="text/javascript" src="/static/oxjs/build/Ox.js"></script>
<script type="text/javascript" src="/static/js/init.js"></script>
</head>
<body></body>
</html>