Skip to content

"definitions" directory not automatically created #36

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions