Skip to content

Commit

Permalink
Move tasks to lib directory. Update path to require library.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbecker committed Mar 21, 2010
1 parent 898e6a3 commit ee00118
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'yaml'
require File.dirname(__FILE__) + '/../lib/synthesis/asset_package'
require File.dirname(__FILE__) + '/../../lib/synthesis/asset_package'

namespace :asset do
namespace :packager do
Expand All @@ -13,11 +13,11 @@ namespace :asset do
task :delete_all do
Synthesis::AssetPackage.delete_all
end

desc "Generate asset_packages.yml from existing assets"
task :create_yml do
Synthesis::AssetPackage.create_yml
end

end
end

0 comments on commit ee00118

Please sign in to comment.