diff --git a/apps/todo7/index.html b/apps/todo7/index.html index 6c24a8ee49..5f45ec65c3 100644 --- a/apps/todo7/index.html +++ b/apps/todo7/index.html @@ -6,7 +6,7 @@ ToDo7 - + @@ -105,7 +105,7 @@ - + diff --git a/apps/todo7/jade/index.jade b/apps/todo7/jade/index.jade index d1fba459eb..d5d8bc69eb 100644 --- a/apps/todo7/jade/index.jade +++ b/apps/todo7/jade/index.jade @@ -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") @@ -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") \ No newline at end of file diff --git a/apps/weather7/index.html b/apps/weather7/index.html index d87eb04161..68fbb124e1 100644 --- a/apps/weather7/index.html +++ b/apps/weather7/index.html @@ -6,7 +6,7 @@ Weather7 - + @@ -120,7 +120,7 @@ - + diff --git a/apps/weather7/jade/index.jade b/apps/weather7/jade/index.jade index 138ad1bb96..bd0abb29e2 100644 --- a/apps/weather7/jade/index.jade +++ b/apps/weather7/jade/index.jade @@ -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") @@ -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")