Skip to content

Commit

Permalink
Add require.js support for desktop version (initial work)
Browse files Browse the repository at this point in the history
  • Loading branch information
Marius Bogoevici authored and pmuir committed May 28, 2012
1 parent 69932b7 commit 2eb8408
Show file tree
Hide file tree
Showing 13 changed files with 3,297 additions and 878 deletions.
740 changes: 1 addition & 739 deletions src/main/webapp/desktop-index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/webapp/index.html
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="resources/js/modernizr-2.0.6.js"></script>
<script type="text/javascript" src="resources/js/libs/modernizr-2.0.6.js"></script>

<script type="text/javascript">
if (Modernizr.touch || Modernizr.mq("only all and (max-width: 480px)")) {
Expand Down
10 changes: 5 additions & 5 deletions src/main/webapp/mobile-index.html
Expand Up @@ -8,11 +8,11 @@

<link rel="stylesheet" href="resources/css/jquery.mobile-1.1.0.css"/>
<link rel="stylesheet" href="resources/css/m.screen.css"/>
<script type="text/javascript" src="resources/js/jquery-1.7.1.js"></script>
<script type="text/javascript" src="resources/js/jquery.mobile-1.1.0.js"></script>
<script type="text/javascript" src="resources/js/underscore.js"></script>
<script type="text/javascript" src="resources/js/backbone.js"></script>
<script type="text/javascript" src="resources/app/tm-utils.js"></script>
<script type="text/javascript" src="resources/js/libs/jquery-1.7.1.js"></script>
<script type="text/javascript" src="resources/js/libs/jquery.mobile-1.1.0.js"></script>
<script type="text/javascript" src="resources/js/libs/underscore.js"></script>
<script type="text/javascript" src="resources/js/libs/backbone.js"></script>
<script type="text/javascript" src="resources/js/app/tm-utils.js"></script>
<script type="text/javascript">
$.mobile.hashListeningEnabled = false;
$.mobile.linkBindingEnabled = false;
Expand Down
69 changes: 0 additions & 69 deletions src/main/webapp/resources/app/tm-utils.js

This file was deleted.

0 comments on commit 2eb8408

Please sign in to comment.