Skip to content

Commit

Permalink
change create app template: move basis <script> from head to body
Browse files Browse the repository at this point in the history
  • Loading branch information
lahmatiy committed Feb 28, 2014
1 parent 2a487d8 commit 088b785
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/create/template/app/default/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
{!!appTitle} <title>{=appTitle}</title>
{ !appTitle} <title>{=name}</title>

<script src="lib/basisjs/src/basis.js" basis-config="autoload: 'src/{=name}'"></script>
</head>
<body>
<script src="lib/basisjs/src/basis.js" basis-config="autoload: 'src/{=name}'"></script>
</body>
</html>

0 comments on commit 088b785

Please sign in to comment.