Set up assets for S3/CloudFront CDN

This commit is contained in:
Jonathan Rudenberg 2012-10-27 19:55:03 -04:00
parent 7ff4d0a1bb
commit 019ad29a7f
12 changed files with 93 additions and 10 deletions

View file

@ -1,8 +1,8 @@
meta name="viewport" content='width=device-width, initial-scale=1.0'
title = "#{@item[:title] + ' · ' if @item[:title]}Tent - the decentralized social web"
link href='/assets/css/bootstrap.css' rel='stylesheet' type='text/css' media='screen'
link href='/assets/css/bootstrap-responsive.css' rel='stylesheet' type='text/css' media='screen'
link href='/assets/css/style.css' rel='stylesheet' type='text/css' media='screen'
link href=asset_url('bootstrap.css') rel='stylesheet' type='text/css' media='screen'
link href=asset_url('bootstrap-responsive.css') rel='stylesheet' type='text/css' media='screen'
link href=asset_url('style.css') rel='stylesheet' type='text/css' media='screen'
link rel='alternate' type='application/atom+xml' title='Atom feed' href="/blog.xml"
javascript:
var _gaq = _gaq || [];