Skip to content
This repository was archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
Rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbushnell committed Feb 24, 2017
1 parent c44d77d commit 398551e
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 6 deletions.
1 change: 0 additions & 1 deletion app/assets/_compiled/_chunk/0_5b15eda58186d22a8deb.js

This file was deleted.

1 change: 1 addition & 0 deletions app/assets/_compiled/_chunk/0_c53837639004d05e8517.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/_compiled/app.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion dist/assets/_compiled/_chunk/0_5b15eda58186d22a8deb.js

This file was deleted.

1 change: 1 addition & 0 deletions dist/assets/_compiled/_chunk/0_c53837639004d05e8517.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 7 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,17 @@ <h2>Sprites</h2>
</p>

<h3>Generated by svg-sprite</h3>
<p>Use sprites as often as possible to reduce the number of HTTP requests the browser needs to make to the server.</p>
<div class="icon icon--helmet"></div>
<div class="icon icon--tie"></div>

<div data-my-module></div>
<h3>Dynamically embedded inline SVGs</h3>
<p>Occasionally you might need to animate or colorize an icon normally used in the spritesheet. If so, you may dynamically pull in the SVG code from the icon and use CSS for styling.</p>
<div class="icon icon--luggage">
<div data-src="/assets/images/icons/luggage.svg" data-svg></div>
</div>

<script src="/assets/_compiled/vendor.64eb474ff162d95904aa9fdb067ed2bb.js" async></script>
<script src="/assets/_compiled/app.85ef8c8039a40a0a333fb59a3618db8e.js" async></script>
<script src="/assets/_compiled/app.3380625f078933745d4737e7bff37f96.js" async></script>
</body>
</html>

0 comments on commit 398551e

Please sign in to comment.