Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
alrra committed Nov 8, 2014
1 parent f6efcf0 commit 97da58f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">

<link rel="manifest" href="manifest.json">

<link rel="apple-touch-icon" href="apple-touch-icon.png">
<!-- Place favicon.ico in the root directory -->

Expand Down
3 changes: 3 additions & 0 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"todo": "todo"
}
1 change: 1 addition & 0 deletions test/file_existence.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ var expectedFilesInDistDir = [
'js/vendor/jquery-' + pkg.devDependencies.jquery + '.min.js',
'js/vendor/modernizr-2.8.3.min.js',

'manifest.json',
'robots.txt',
'tile-wide.png',
'tile.png'
Expand Down

0 comments on commit 97da58f

Please sign in to comment.