Browse Source

Renaming assets to docs-asset to be more clear.

pull/249/head
connors 11 years ago
parent
commit
ec28abc096
  1. 14
      _includes/header.html
  2. 0
      docs-assets/css/docs.css
  3. 0
      docs-assets/css/pygments.css
  4. 0
      docs-assets/img/apple-touch-icon-114x114.png
  5. 0
      docs-assets/img/apple-touch-icon-57x57.png
  6. 0
      docs-assets/img/apple-touch-icon-72x72.png
  7. 0
      docs-assets/img/icon-share.png
  8. 0
      docs-assets/img/iphone.png
  9. 0
      docs-assets/img/slide-1.jpg
  10. 0
      docs-assets/img/slide-2.jpg
  11. 0
      docs-assets/img/slide-3.jpg
  12. 0
      docs-assets/js/docs.js
  13. 0
      docs-assets/js/fingerblast.js

14
_includes/header.html

@ -7,18 +7,18 @@
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="stylesheet" href="{{ page.base_url }}dist/ratchet.css">
<link rel="stylesheet" href="{{ page.base_url }}assets/css/docs.css">
<link rel="stylesheet" href="{{ page.base_url }}assets/css/pygments.css">
<link rel="stylesheet" href="{{ page.base_url }}docs-assets/css/docs.css">
<link rel="stylesheet" href="{{ page.base_url }}docs-assets/css/pygments.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ page.base_url }}assets/img/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ page.base_url }}assets/img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ page.base_url }}assets/img/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="{{ page.base_url }}docs-assets/img/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="{{ page.base_url }}docs-assets/img/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon-precomposed" sizes="57x57" href="{{ page.base_url }}docs-assets/img/apple-touch-icon-57x57.png">
<script src="http://code.jquery.com/jquery-1.7.2.min.js"></script>
<script src="{{ page.base_url }}dist/ratchet.js"></script>
<script src="{{ page.base_url }}assets/js/docs.js"></script>
<script src="{{ page.base_url }}assets/js/fingerblast.js"></script>
<script src="{{ page.base_url }}docs-assets/js/docs.js"></script>
<script src="{{ page.base_url }}docs-assets/js/fingerblast.js"></script>
<script>
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36050008-1']);

0
assets/css/docs.css → docs-assets/css/docs.css

0
assets/css/pygments.css → docs-assets/css/pygments.css

0
assets/img/apple-touch-icon-114x114.png → docs-assets/img/apple-touch-icon-114x114.png

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

0
assets/img/apple-touch-icon-57x57.png → docs-assets/img/apple-touch-icon-57x57.png

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 5.2 KiB

0
assets/img/apple-touch-icon-72x72.png → docs-assets/img/apple-touch-icon-72x72.png

Before

Width:  |  Height:  |  Size: 7.2 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

0
assets/img/icon-share.png → docs-assets/img/icon-share.png

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

0
assets/img/iphone.png → docs-assets/img/iphone.png

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

0
assets/img/slide-1.jpg → docs-assets/img/slide-1.jpg

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

0
assets/img/slide-2.jpg → docs-assets/img/slide-2.jpg

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

0
assets/img/slide-3.jpg → docs-assets/img/slide-3.jpg

Before

Width:  |  Height:  |  Size: 45 KiB

After

Width:  |  Height:  |  Size: 45 KiB

0
assets/js/docs.js → docs-assets/js/docs.js

0
assets/js/fingerblast.js → docs-assets/js/fingerblast.js

Loading…
Cancel
Save