Skip to content

"definitions" directory not automatically created #36

@mattgillooly

Description

@mattgillooly

The graph:* rake tasks ensure that the project's graphs directory exists, by making the "graphs" directory task a prerequisite for graphs:full

# create the `path` directory if it doesn't exist
directory path
namespace name do
task :full => path do |_, task_args|

The definition rake task should do likewise. It does have a "definitions" directory task, but it is not correctly assigned as a prerequisite for the task that generates definitions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions