public
Description: An asset packager for Radiant, allowing you to server minified css and js files from your public directory.
Homepage: http://wiki.github.com/nelstrom/radiant-asset_packager-extension
Clone URL: git://github.com/nelstrom/radiant-asset_packager-extension.git
nelstrom (author)
Sat Nov 28 10:24:24 -0800 2009
commit  bfa6440bc362793b8ca0a9cf3c3801554352c7fd
tree    88893ad2b4874e0bcd8335e5baece6984c8fab9a
parent  ab112652c347813a1ca4a17803eeff73942691a6
README.md

Asset Packager

This extension provides the functionality of the Rails Asset Packager plugin for Radiant CMS.

Installation

This extension is hosted on github. If you have git installed, then cd to the root of your radiant project and issue the following commands:

git clone git://github.com/nelstrom/radiant-asset_packager-extension.git vendor/extensions/asset_packager

This extension includes the Rails asset packager as a git submodule, so change to the asset_packager directory, and issue the following commands:

cd vendor/extensions/asset_packager
git submodule init
git submodule update

Change back to the root directory for your Radiant site, and run the update rake task for this extension.

cd ../../..
rake radiant:extensions:asset_packager:update

There are no migrations, so you don't need to run the rake radiant:extensions:asset_packager:migrate task.