0.0
No commit activity in last 3 years
No release in over 3 years
This is a container gem for resources like images, javascript and stylesheets for the muck framework and includes rake tasks for syncing these files into your application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

MuckResources¶ ↑

This gem contains images, javascript and stylesheets for the muck framework. It’s intended to be used once to sync in the needed assets. It’s intended to be used once when a project is created. After that it can be removed from your Gemfile to remove the need to download the gem at the time your application is deployed.

Usage¶ ↑

Include the gem in your Gemfile:

gem "muck-resources"

Now run the rake task to copy assets into your project:

rake muck:sync:resources

After that the gem can be removed from your Gemfile.

Copyright © 2009-2010 Tatemai, released under the MIT license