Crumbtrail
    Preparing search index...

    Interface IZCrumbtrailWatchOptions

    Arguments for the crumbtrail app.

    interface IZCrumbtrailWatchOptions {
        directory?: string;
        globs?: string[];
    }
    Index

    Properties

    Properties

    directory?: string

    The directory to watch.

    If this is falsy, then the cwd is used.

    globs?: string[]

    The list of file globs to watch.

    If this is falsy or empty, then '**' is used.