Skip to content

Commit

Permalink
Create production-debug.html file.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Feb 14, 2012
1 parent cd92923 commit bf834c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions production-debug.html
@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Sencha Touch Boilerplate</title>
<link rel="stylesheet" href="app.css" type="text/css">

<script type="text/javascript" src="touch/sencha-touch-debug.js"></script>
<script type="text/javascript" src="all-classes.js"></script>
<script type="text/javascript" src="app.js"></script>

</head>
<body></body>
</html>

0 comments on commit bf834c5

Please sign in to comment.