public
Description: Open source Rails based content management that works.
Homepage: http://www.ansuzcms.com
Clone URL: git://github.com/knewter/ansuz.git
Josh Adams (author)
Thu Mar 19 14:53:11 -0700 2009
commit  ddb43510fe9cf8a6671c10181ae4ce2322bcc8c3
tree    e6e650199a00f7a19dbac999bc7e18baec430b0b
parent  5801eac224fe8cc00702c1a3c402e115686f6247
ansuz / Capfile
100644 3 lines (3 sloc) 0.151 kb
1
2
3
load 'deploy' if respond_to?(:namespace) # cap2 differentiator
Dir['vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
load 'config/deploy'