Commit 2fb3bcc6

luu stiles <luuduong@gmail.com>
2012-04-28 15:53:08
testing to see if cap will go without deploy/assets
1 parent 1d7d86e
Changed files (2)
capfile
@@ -2,7 +2,7 @@ load 'deploy' if respond_to?(:namespace) # cap2 differentiator
 Dir['vendor/gems/*/recipes/*.rb','vendor/plugins/*/recipes/*.rb'].each { |plugin| load(plugin) }
 
 load 'config/deploy' # remove this line to skip loading any of the default tasks
-load 'deploy/assets'
+#load 'deploy/assets'
 
 task :search_libs, :roles => :web do
   run "ls -x1 /usr/lib | grep -i xml"
Gemfile.lock
@@ -266,6 +266,7 @@ DEPENDENCIES
   RedCloth
   activeadmin
   bcrypt-ruby
+  bourbon (= 1.4.0)
   capistrano
   capistrano-ext
   capybara