From afb60f790e6465603797c6555bed85b900213e58 Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Tue, 16 Apr 2013 07:11:31 -0400 Subject: [PATCH] Change the name of the asset gathering task --- rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rakefile b/rakefile index 7d26c027ae..6158fd1c77 100644 --- a/rakefile +++ b/rakefile @@ -249,8 +249,8 @@ end sh("echo 'import #{system}.envs.#{env}' | #{django_admin(system, env, 'shell')}") end - desc "Run collectstatic in the specified environment" - task "#{system}:collect_assets:#{env}" do + desc "Compile coffeescript and sass, and then run collectstatic in the specified environment" + task "#{system}:gather_assets:#{env}" do compile_assets() sh("#{django_admin(system, env, 'collectstatic', '--noinput')} > /dev/null") do |ok, status| if !ok