Skip to content

Commit

Permalink
Switch apps to dist
Browse files Browse the repository at this point in the history
  • Loading branch information
nolimits4web committed Sep 11, 2014
1 parent b17f12e commit cdf6f18
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions apps/todo7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>ToDo7</title>
<link rel="stylesheet" href="../../build/css/framework7.css">
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="css/todo7.css">
<!-- Favicon-->
<link href="img/icon-57.png" rel="shortcut icon">
Expand Down Expand Up @@ -105,7 +105,7 @@
</ul>
</script>
<!-- Path to Framework7 Library JS-->
<script type="text/javascript" src="../../build/js/framework7.js"></script>
<script type="text/javascript" src="../../dist/js/framework7.min.js"></script>
<!-- Path to your app js-->
<script type="text/javascript" src="js/todo7.js"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions apps/todo7/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html.with-statusbar-overlay(manifest="manifest.php")
meta(name='apple-mobile-web-app-capable', content='yes')
meta(name="apple-mobile-web-app-status-bar-style", content="black-translucent")
title ToDo7
link(rel="stylesheet", href="../../build/css/framework7.css")
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="css/todo7.css")
// Favicon
link(href="img/icon-57.png", rel="shortcut icon")
Expand Down Expand Up @@ -94,6 +94,6 @@ html.with-statusbar-overlay(manifest="manifest.php")
{{/each}}

// Path to Framework7 Library JS
script(type="text/javascript", src="../../build/js/framework7.js")
script(type="text/javascript", src="../../dist/js/framework7.min.js")
// Path to your app js
script(type="text/javascript", src="js/todo7.js")
4 changes: 2 additions & 2 deletions apps/weather7/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<title>Weather7</title>
<link rel="stylesheet" href="../../build/css/framework7.css">
<link rel="stylesheet" href="../../dist/css/framework7.min.css">
<link rel="stylesheet" href="css/weather7.css">
<!-- Favicon-->
<link href="img/icon-57.png" rel="shortcut icon">
Expand Down Expand Up @@ -120,7 +120,7 @@
</div>
</script>
<!-- Path to Framework7 Library JS-->
<script type="text/javascript" src="../../build/js/framework7.js"></script>
<script type="text/javascript" src="../../dist/js/framework7.min.js"></script>
<!-- Path to your app js-->
<script type="text/javascript" src="js/weather7.js"></script>
</body>
Expand Down
4 changes: 2 additions & 2 deletions apps/weather7/jade/index.jade
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ html.with-statusbar-overlay(manifest="manifest.php")
meta(name='apple-mobile-web-app-capable', content='yes')
meta(name="apple-mobile-web-app-status-bar-style", content="black-translucent")
title Weather7
link(rel="stylesheet", href="../../build/css/framework7.css")
link(rel="stylesheet", href="../../dist/css/framework7.min.css")
link(rel="stylesheet", href="css/weather7.css")
// Favicon
link(href="img/icon-57.png", rel="shortcut icon")
Expand Down Expand Up @@ -108,6 +108,6 @@ html.with-statusbar-overlay(manifest="manifest.php")
{{/each}}

// Path to Framework7 Library JS
script(type="text/javascript", src="../../build/js/framework7.js")
script(type="text/javascript", src="../../dist/js/framework7.min.js")
// Path to your app js
script(type="text/javascript", src="js/weather7.js")

0 comments on commit cdf6f18

Please sign in to comment.