Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(103)

Delta Between Two Patch Sets: app/index.html

Issue 6853044: Resource minification/aggregation css
Left Patch Set: Created 12 years, 5 months ago
Right Patch Set: Resource minification/aggregation css Created 12 years, 5 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « [revision details] ('k') | app/modules.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html manifest="/juju-ui/assets/manifest.appcache"> 2 <html manifest="/juju-ui/assets/manifest.appcache">
3 <head> 3 <head>
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title>Juju Admin</title> 5 <title>Juju Admin</title>
6 <meta name="viewport" content="width=device-width,initial-scale=1.0"> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0">
7 <meta name="description" content=""> 7 <meta name="description" content="">
8 <meta name="author" content="Juju team"> 8 <meta name="author" content="Juju team">
9 <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,400italic&subs et=latin,latin-ext' rel='stylesheet' type='text/css'> 9 <link href='http://fonts.googleapis.com/css?family=Ubuntu:400,400italic&subs et=latin,latin-ext' rel='stylesheet' type='text/css'>
10 <link rel="stylesheet" href="/assets/stylesheets/all-static.css"> 10 <link rel="stylesheet" href="/juju-ui/assets/stylesheets/all-static.css">
frankban 2012/11/13 17:27:44 Here the juju-ui prefix is missing.
thiago 2012/11/13 18:19:17 Done.
11 <link rel="stylesheet" href="/juju-ui/assets/stylesheets/juju-gui.css"> 11 <link rel="stylesheet" href="/juju-ui/assets/stylesheets/juju-gui.css">
12 <link rel="stylesheet" href="/juju-ui/assets/sprite/sprite.css"> 12 <link rel="stylesheet" href="/juju-ui/assets/sprite/sprite.css">
13 <!--[if lt IE 9]> 13 <!--[if lt IE 9]>
14 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> 14 <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
15 <![endif]--> 15 <![endif]-->
16 16
17 </head> 17 </head>
18 18
19 <body> 19 <body>
20 20
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 60
61 <div id="content"> 61 <div id="content">
62 <div id="main"> 62 <div id="main">
63 </div> <!-- /container --> 63 </div> <!-- /container -->
64 </div> 64 </div>
65 65
66 </div> 66 </div>
67 <div id="vp-right-border"></div> 67 <div id="vp-right-border"></div>
68 </div> 68 </div>
69 <!-- javascript away --> 69 <!-- javascript away -->
70 <script src="/assets/yui.js"></script> 70 <script src="/juju-ui/assets/yui.js"></script>
71 <script src="/assets/all-third.js"></script> 71 <script src="/juju-ui/assets/all-third.js"></script>
72 <script src="/assets/modules.js"></script> 72 <script src="/juju-ui/assets/modules.js"></script>
73 <script> 73 <script>
74 YUI(GlobalConfig).use(["juju-gui"], function(Y) { 74 YUI(GlobalConfig).use(["juju-gui"], function(Y) {
75 app = new Y.juju.App(juju_config); 75 app = new Y.juju.App(juju_config);
76 }); 76 });
77 </script> 77 </script>
78 </body> 78 </body>
79 </html> 79 </html>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b