This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit bfa6440bc362793b8ca0a9cf3c3801554352c7fd
tree 88893ad2b4874e0bcd8335e5baece6984c8fab9a
parent ab112652c347813a1ca4a17803eeff73942691a6
tree 88893ad2b4874e0bcd8335e5baece6984c8fab9a
parent ab112652c347813a1ca4a17803eeff73942691a6
| name | age | message | |
|---|---|---|---|
| |
.gitmodules | Mon Jun 01 05:02:11 -0700 2009 | |
| |
README.md | Mon Jun 01 09:01:01 -0700 2009 | |
| |
Rakefile | Mon Jun 01 04:13:20 -0700 2009 | |
| |
asset_packager_extension.rb | Mon Jun 01 04:56:35 -0700 2009 | |
| |
config/ | Mon Jun 01 04:25:18 -0700 2009 | |
| |
lib/ | Sat Nov 28 10:24:24 -0800 2009 | |
| |
spec/ | Mon Jun 01 04:13:20 -0700 2009 | |
| |
tasks.todo | Mon Jun 01 08:47:09 -0700 2009 | |
| |
vendor/ | Mon Jun 01 05:02:11 -0700 2009 |
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.







