Commit c2b29d1

mo khan <mo@mokhan.ca>
2013-06-08 14:26:22
use asset_sync gem to synchronize static assets to s3
1 parent c736625
public/assets/manifest.yml
@@ -0,0 +1,11 @@
+---
+application.js: application-2fd32074752a8274464774cdbc1c531e.js
+application/index.js: application-2fd32074752a8274464774cdbc1c531e.js
+application.css: application-b71667b018b681e12d5bee238b4ee4a6.css
+application/index.css: application-b71667b018b681e12d5bee238b4ee4a6.css
+glyphicons-halflings-white.png: glyphicons-halflings-white-6cccd17a7aed91dbc0157d343c68c0d9.png
+glyphicons-halflings-white/index.png: glyphicons-halflings-white-6cccd17a7aed91dbc0157d343c68c0d9.png
+glyphicons-halflings.png: glyphicons-halflings-2851b489e8c39f8fad44fc10efb99c3e.png
+glyphicons-halflings/index.png: glyphicons-halflings-2851b489e8c39f8fad44fc10efb99c3e.png
+jquery.min.map: jquery.min-6c267bfd2b3f36e6edccb2e584934c1c.map
+jquery/index.min.map: jquery.min-6c267bfd2b3f36e6edccb2e584934c1c.map
.gitignore
@@ -16,3 +16,4 @@
 /public/uploads
 database.yml
 .env
+/public/assets
Gemfile
@@ -20,4 +20,5 @@ group :assets do
   gem 'sass-rails',   '~> 3.2.3'
   gem 'coffee-rails', '~> 3.2.1'
   gem 'uglifier', '>= 1.0.3'
+  gem 'asset_sync'
 end
Gemfile.lock
@@ -29,6 +29,9 @@ GEM
       i18n (= 0.6.1)
       multi_json (~> 1.0)
     arel (3.0.2)
+    asset_sync (0.5.4)
+      activemodel
+      fog
     bootstrap-sass (2.3.1.2)
       sass (~> 3.2)
     builder (3.0.4)
@@ -150,6 +153,7 @@ PLATFORMS
   ruby
 
 DEPENDENCIES
+  asset_sync
   bootstrap-sass
   carrierwave
   coffee-rails (~> 3.2.1)