Set up assets for S3/CloudFront CDN
This commit is contained in:
parent
7ff4d0a1bb
commit
019ad29a7f
12 changed files with 93 additions and 10 deletions
37
Gemfile.lock
37
Gemfile.lock
|
@ -6,24 +6,56 @@ GIT
|
|||
tent-schemas (0.0.1)
|
||||
json-schema
|
||||
|
||||
GIT
|
||||
remote: git://github.com/titanous/asset_sync.git
|
||||
revision: 64f86044921b7029cf3be673a1920aa7fdfe8604
|
||||
branch: fix-mime
|
||||
specs:
|
||||
asset_sync (0.5.0)
|
||||
activemodel
|
||||
fog
|
||||
|
||||
GEM
|
||||
remote: http://rubygems.org/
|
||||
specs:
|
||||
activemodel (3.2.8)
|
||||
activesupport (= 3.2.8)
|
||||
builder (~> 3.0.0)
|
||||
activesupport (3.2.8)
|
||||
i18n (~> 0.6)
|
||||
multi_json (~> 1.0)
|
||||
adsf (1.1.1)
|
||||
rack (>= 1.0.0)
|
||||
builder (3.1.4)
|
||||
builder (3.0.4)
|
||||
clogger (1.1.0)
|
||||
rack (> 0.9)
|
||||
colored (1.2)
|
||||
cri (2.3.0)
|
||||
colored (>= 1.2)
|
||||
excon (0.16.7)
|
||||
fog (1.6.0)
|
||||
builder
|
||||
excon (~> 0.14)
|
||||
formatador (~> 0.2.0)
|
||||
mime-types
|
||||
multi_json (~> 1.0)
|
||||
net-scp (~> 1.0.4)
|
||||
net-ssh (>= 2.1.3)
|
||||
nokogiri (~> 1.5.0)
|
||||
ruby-hmac
|
||||
formatador (0.2.4)
|
||||
fssm (0.2.9)
|
||||
i18n (0.6.1)
|
||||
json-schema (1.0.10)
|
||||
mime-types (1.19)
|
||||
multi_json (1.3.6)
|
||||
nanoc (3.4.1)
|
||||
cri (~> 2.2)
|
||||
nanoc-cachebuster (0.3.1)
|
||||
nanoc (>= 3.3.0)
|
||||
net-scp (1.0.4)
|
||||
net-ssh (>= 1.99.1)
|
||||
net-ssh (2.6.1)
|
||||
nokogiri (1.5.5)
|
||||
posix-spawn (0.3.6)
|
||||
puma (1.6.3)
|
||||
|
@ -35,6 +67,7 @@ GEM
|
|||
rack-rewrite (1.3.0)
|
||||
rainpress (1.0)
|
||||
redcarpet (2.2.2)
|
||||
ruby-hmac (0.4.0)
|
||||
slim (1.3.3)
|
||||
temple (~> 0.5.5)
|
||||
tilt (~> 1.3.3)
|
||||
|
@ -47,7 +80,7 @@ PLATFORMS
|
|||
|
||||
DEPENDENCIES
|
||||
adsf
|
||||
builder
|
||||
asset_sync!
|
||||
clogger
|
||||
fssm
|
||||
mime-types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue