lib/blender/manifest/root.rb in server-blender-manifest-0.0.8 vs lib/blender/manifest/root.rb in server-blender-manifest-0.0.9

- old
+ new

@@ -29,10 +29,10 @@ recipe :execute_user_recipe end include Blender::Manifest::Mixer -# "standard" recipe directories -$: << "recipes" << "recipes/astrails" << "lib/astrails/blender/recipes" +# "project" recipe directory +$: << "recipes" # add all libs in the ./vendor directory to the path -$:.concat Dir["vendor/*/"] +$:.concat Dir["vendor/recipes/*/"] \ No newline at end of file