static_fm

A static file manager: install and upgrade vendor assets like javascript libraries and css frameworks.

Usage

Install the gem.

gem install static_fm

# or with Bundler gem 'static_fm', :group => :development

Download your favorite library to your app.

$ static install jquery public/javascripts/

Why?

StaticFM aims to be a useful tool for quickly adding common asset libraries and frameworks to your app without having to google for the right version or the URLs.

About

This project is still under heavy development

Development

rake                            # Runs non-network specs
rake network                    # Runs all specs, will hit network to test all downloads
ASSET=backbone rake network     # Runs all non-network specs + network check for backbone asset

Contributing to static_fm

To add a new library to static_fm, fork the project, add an entry to static.yml on a feature branch and submit a pull request.

Best practices

== Copyright

Copyright © 2011 Ross Kaffenberger. See LICENSE.txt for further details.