Skip to content

Using a custom theme is broken #46

Description

@nburwell

STR:

  1. Created "my-patternpack-theme" folder with same structure as the patternpack-example-theme in the root of my project
  2. Used the following config with theme:
grunt.initConfig({
    patternpack: {
      options: {
        assets: "./src/assets",
        theme: "./my-patternpack-theme"
      },

      run: {},
      build: {},
      release: {}
    }
  });
  1. Get the following error when running grunt:
> grunt
Running "patternpack:run" (patternpack) task
Warning: path is not defined Use --force to continue.

Aborted due to warnings.

Expected results:
Locate and use "my-patternpack-theme" correctly, and launch server, when running grunt

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    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