diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:53:53 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-17 15:53:53 +0000 |
commit | eea7cdcdadd218a4fc81e217aac78e9e5ba342f2 (patch) | |
tree | e8b69ba53b19bf395feb083d77a55d176859ef2f /net/Makefile | |
parent | d24f55d15c5f6b29d39ae770ec89460b6a45a959 (diff) |
Add rubygem-asset_sync 2.3.0
Asset Sync is built to run with the new Rails Asset Pipeline feature introduced
in Rails 3.1. After you run bundle exec rake assets:precompile your assets will
be synchronised to your S3 bucket, optionally deleting unused files and only
uploading the files it needs to.
This was initially built and is intended to work on Heroku but can work on any
platform.
WWW: https://github.com/AssetSync/asset_sync
Notes
Notes:
svn path=/head/; revision=456542
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index a5e7e43e1bf9..4154ce433843 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1151,6 +1151,7 @@ SUBDIR += rubygem-amq-protocol SUBDIR += rubygem-amqp SUBDIR += rubygem-amqp-utils + SUBDIR += rubygem-asset_sync SUBDIR += rubygem-aws-s3 SUBDIR += rubygem-aws-ses SUBDIR += rubygem-azure |