Skip to content

Commit

Permalink
Fixed the manifest file because of the cahce.
Browse files Browse the repository at this point in the history
  • Loading branch information
Myles Braithwaite committed Dec 12, 2008
1 parent 90ca694 commit 0a7d61d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Empty file added public/javascripts/gears.js
Empty file.
4 changes: 3 additions & 1 deletion public/manifest.json
Expand Up @@ -2,7 +2,9 @@
"betaManifestVersion": 1,
"version": "1.7RC",
"entries": [
{ "url": "/javascript/gears_init.js" },
{ "url": "/javascripts/cache/bundle.js" },
{ "url": "/stylesheets/cache/bundle.css" },
{ "url": "/javascripts/gears_init.js" },
{ "url": "/favicon.ico" },
{ "url": "/apple-touch-icon.png" },
{ "url": "/robots.txt" },
Expand Down

0 comments on commit 0a7d61d

Please sign in to comment.