Browse Source

Use the minified assets in the examples

pull/401/head
Zlatan Vasović 11 years ago
parent
commit
64c52f3e5b
  1. 6
      docs/examples/app-android-notes/index.html
  2. 6
      docs/examples/app-ios-mail/inbox.html
  3. 6
      docs/examples/app-ios-mail/index.html
  4. 4
      docs/examples/app-movies/choose-theater.html
  5. 4
      docs/examples/app-movies/index.html

6
docs/examples/app-android-notes/index.html

@ -10,10 +10,10 @@
<!-- Roboto --> <!-- Roboto -->
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,500,700"> <link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:400,500,700">
<link rel="stylesheet" href="../../dist/ratchet.css"> <link rel="stylesheet" href="../../dist/ratchet.min.css">
<link rel="stylesheet" href="../../dist/ratchet-theme-android.css"> <link rel="stylesheet" href="../../dist/ratchet-theme-android.min.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<script src="../../dist/ratchet.js"></script> <script src="../../dist/ratchet.min.js"></script>
</head> </head>
<body> <body>
<header class="bar bar-nav"> <header class="bar bar-nav">

6
docs/examples/app-ios-mail/inbox.html

@ -7,10 +7,10 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="../../dist/ratchet.css"> <link rel="stylesheet" href="../../dist/ratchet.min.css">
<link rel="stylesheet" href="../../dist/ratchet-theme-ios.css"> <link rel="stylesheet" href="../../dist/ratchet-theme-ios.min.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<script src="../../dist/ratchet.js"></script> <script src="../../dist/ratchet.min.js"></script>
</head> </head>
<body> <body>
<header class="bar bar-nav"> <header class="bar bar-nav">

6
docs/examples/app-ios-mail/index.html

@ -7,10 +7,10 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="../../dist/ratchet.css"> <link rel="stylesheet" href="../../dist/ratchet.min.css">
<link rel="stylesheet" href="../../dist/ratchet-theme-ios.css"> <link rel="stylesheet" href="../../dist/ratchet-theme-ios.min.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<script src="../../dist/ratchet.js"></script> <script src="../../dist/ratchet.min.js"></script>
</head> </head>
<body> <body>
<header class="bar bar-nav"> <header class="bar bar-nav">

4
docs/examples/app-movies/choose-theater.html

@ -7,9 +7,9 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="../../dist/ratchet.css"> <link rel="stylesheet" href="../../dist/ratchet.min.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<script src="../../dist/ratchet.js"></script> <script src="../../dist/ratchet.min.js"></script>
</head> </head>
<body> <body>
<header class="bar bar-nav"> <header class="bar bar-nav">

4
docs/examples/app-movies/index.html

@ -7,9 +7,9 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="../../dist/ratchet.css"> <link rel="stylesheet" href="../../dist/ratchet.min.css">
<link rel="stylesheet" href="css/app.css"> <link rel="stylesheet" href="css/app.css">
<script src="../../dist/ratchet.js"></script> <script src="../../dist/ratchet.min.js"></script>
</head> </head>
<body> <body>
<header class="bar bar-nav"> <header class="bar bar-nav">

Loading…
Cancel
Save