Project

cdn_fu

0.01
No commit activity in last 3 years
No release in over 3 years
CDN Fu is a framework for making listing, minification and deployment of static assets easy. It allows you to use it standalone on the command line for non Rails project and it can be used as a Rails plugin to add useful rake tasks and sensible defaults.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.6.2
>= 0.8
 Project Readme

CDN Fu

CDN Fu is a fun domain specific language for deployment of assets to content deliver networks.

Installation

Currently the gem is on gemcutter.org, so you need to add that to your sources

$ gem install --source=http://www.gemcutter.org cdn_fu

Rails Installation

First install the gem, then do the following $ cd your_rails_dir $ cdnfu --rails . $ rake cdn:init

Check out the CDN Fu Homepage for more details and examples