<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>config.ru</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -35,7 +35,7 @@ if Rake.application.options.show_tasks or Rake.application.top_level_tasks.any?
   begin
     $TESTING = true # Required to bypass check for reserved_name? in vlad. DataMapper 0.9.x defines Kernel#repository...
     require 'vlad'
-    Vlad.load :scm =&gt; &quot;git&quot;, :app =&gt; nil, :web =&gt; nil
+    Vlad.load :scm =&gt; &quot;git&quot;, :app =&gt; &quot;passenger&quot;, :web =&gt; nil
   rescue LoadError
     # do nothing
   end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -21,38 +21,11 @@ namespace :vlad do
     run &quot;ln -s #{shared_path}/config/local_config.rb #{current_path}/config/local_config.rb&quot;
   end
 
-  remote_task :start_app, :roles =&gt; [:app] do
-    run &quot;sudo god start #{application}&quot;
-  end
-
-  remote_task :stop_app, :roles =&gt; [:app] do
-    run &quot;sudo god stop #{application}&quot;
+  remote_task :build_asset_bundles do
+    run &quot;juicer merge #{current_path}/public/stylesheets/master.css -d #{current_path}/public&quot;
   end
   
-  remote_task :start_web, :roles =&gt; [:web] do
-    run &quot;if [ -f #{shared_path}/system/maintenance.html ]; then rm -f #{shared_path}/system/maintenance.html; fi&quot;
-  end
-    
-  remote_task :stop_web, :roles =&gt; [:web] do
-    run &quot;cp -f #{shared_path}/config/maintenance.html #{shared_path}/system/&quot;
-  end
-
-  remote_task :start do
-    Rake::Task['vlad:start_app'].invoke
-    Rake::Task['vlad:start_web'].invoke
-  end
-
-  remote_task :stop do
-    Rake::Task['vlad:stop_app'].invoke
-    Rake::Task['vlad:stop_web'].invoke
-  end
-
-  remote_task :tail, :roles =&gt; [:app] do
-    run &quot;tail -n1000 -f #{current_path}/log/#{merb_env}.log&quot;
-  end
-
-  task :deploy =&gt; [ 'vlad:stop', 'vlad:update', 'vlad:symlink_configs', 'vlad:start']
-  task :deploy_with_migrations =&gt; [ 'vlad:stop', 'vlad:update', 'vlad:symlink_configs', 'db:migrate', 'vlad:start']
-  task :deploy_with_autoupgrade =&gt; [ 'vlad:stop', 'vlad:update', 'vlad:symlink_configs', 'db:autoupgrade', 'vlad:start']
+  task :deploy =&gt; [ 'vlad:update', 'vlad:symlink_configs', 'vlad:build_asset_bundles', 'vlad:start']
+  task :deploy_with_migrations =&gt; [ 'vlad:update', 'vlad:symlink_configs', 'vlad:build_asset_bundles', 'db:migrate', 'vlad:start']
+  task :deploy_with_autoupgrade =&gt; [ 'vlad:update', 'vlad:symlink_configs', 'vlad:build_asset_bundles', 'db:autoupgrade', 'vlad:start']
 end
-</diff>
      <filename>config/deploy.rb.example</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>d28cf02711052f47bdcdf5291ec99a0cca7bd0c9</id>
    </parent>
  </parents>
  <author>
    <name>Marcin Kulik</name>
    <email>marcin.kulik@llp.pl</email>
  </author>
  <url>http://github.com/LunarLogicPolska/rubytime/commit/81b257735ab1b0131b5e8d034974724f6b505f57</url>
  <id>81b257735ab1b0131b5e8d034974724f6b505f57</id>
  <committed-date>2009-08-31T07:54:48-07:00</committed-date>
  <authored-date>2009-08-31T07:26:10-07:00</authored-date>
  <message>added rackup file, updated vlad recipe for passenger</message>
  <tree>eed65a60961e9dc6d8eea35be4e54ffaf8dbb257</tree>
  <committer>
    <name>Marcin Kulik</name>
    <email>marcin.kulik@llp.pl</email>
  </committer>
</commit>
