Skip to content

Commit ee2b8e5

Browse files
author
Carlos Bonilla
committed
v1.3.0
1 parent 9bfffa0 commit ee2b8e5

36 files changed

Lines changed: 316 additions & 308 deletions

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Digital Sandbox
22
Sandboxed environment for testing dynamic web applications. Powered by the <a href="https://github.com/codeworksdev/mochi">Mochi</a> boilerplate framework.
33

4-
v1.2.1
4+
v1.3.0

dist/apps.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,17 @@
88

99
<title>Apps | Digital Sandbox</title>
1010

11-
<!-- Branding (e.g., iOS and Android) -->
12-
<meta name="mobile-web-app-capable" content="yes">
11+
<!-- Brand Definitions -->
12+
<meta name="theme-color" content="#ffcc00">
13+
<meta name="msapplication-navbutton-color" content="#ffcc00">
1314
<meta name="apple-mobile-web-app-capable" content="yes">
1415
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
1516
<meta name="format-detection" content="telephone=no">
16-
<meta name="theme-color" content="#db5945">
17-
<link rel="apple-touch-icon" href="frontend/img/brand/icon_152.png">
17+
18+
<!-- Brand Icons -->
1819
<link rel="manifest" href="manifest.json">
19-
<link rel="icon" href="frontend/img/brand/icon_32.png">
20+
<link rel="apple-touch-icon" href="frontend/img/brand/launcher-icon-4x.png">
21+
<link rel="icon" href="frontend/img/brand/launcher-icon-4x.png">
2022

2123
<!-- Bootstrap with optional theme -->
2224
<link media="all" rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
@@ -50,9 +52,10 @@ <h1>Digital Sandbox Apps</h1>
5052
<script src="bootstrap/js/bootstrap.min.js"></script>
5153
<script src="mochi/js/helpers/modernizr-min.js"></script>
5254
<script src="mochi/js/helpers/underscore-min.js"></script>
55+
<script src="mochi/js/helpers/sprintf.min.js"></script>
5356
<script src="mochi/js/helpers/underscore.string.min.js"></script>
5457
<script src="mochi/js/mochi.js"></script>
55-
<script src="frontend/js/digital-sandbox.js"></script>
58+
<script src="frontend/js/digital-sandbox.min.js"></script>
5659
<script src="frontend/js/onload.js"></script>
5760
</body>
5861
</html>

dist/bootstrap/css/bootstrap-theme.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap-theme.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap-theme.min.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap-theme.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap.css

Lines changed: 2 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap.min.css

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/bootstrap/css/bootstrap.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)