Commit 92022b9d8c08ddd2c0ed23d30de47f6fb7c0ebc6

Authored by Antonio Terceiro
1 parent abbd3c42

Load environment (which is used during doc build)

This fixes the 'noosfero:doc:build' task, which was broken by commit
f73c8033 that removed another task file that loaded the environment. Now
the environment is loaded in its own separate file
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
lib/tasks/env.rake 0 → 100644
... ... @@ -0,0 +1 @@
  1 +require File.join(File.dirname(__FILE__), '../../config/environment.rb')
... ...