1
0
mirror of https://github.com/danbee/cv synced 2025-03-04 08:59:12 +00:00

Use helper methods and hash assets

This commit is contained in:
Daniel Barber 2017-01-14 18:47:51 +00:00
parent e551587951
commit b2b4d58e4e
Signed by: danbarber
GPG Key ID: 931D8112E0103DD8
2 changed files with 4 additions and 4 deletions

View File

@ -64,7 +64,7 @@ configure :build do
# activate :minify_javascript
# Enable cache buster
# activate :asset_hash
activate :asset_hash
# Use relative URLs
# activate :relative_assets

View File

@ -11,9 +11,9 @@
<link rel="stylesheet" media="handheld" href="css/handheld.css?v=1">
-->
<!-- For all browsers -->
<link href="css/style.css?v=1" rel="stylesheet"></link>
<%= stylesheet_link_tag "css/style" %>
<!-- JavaScript at bottom except for Modernizr and Typekit -->
<script src="js/libs/modernizr-1.7.min.js"></script>
<link href="favicon.png" rel="shortcut icon"></link>
<%= javascript_include_tag "js/libs/modernizr-1.7.min.js" %>
<%= favicon_tag "favicon.png" %>
<!-- http://t.co/y1jPVnT -->
<link href="/" rel="canonical"></link>