STR:
- Created "my-patternpack-theme" folder with same structure as the patternpack-example-theme in the root of my project
- Used the following config with theme:
grunt.initConfig({
patternpack: {
options: {
assets: "./src/assets",
theme: "./my-patternpack-theme"
},
run: {},
build: {},
release: {}
}
});
- 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
STR:
Expected results:
Locate and use "my-patternpack-theme" correctly, and launch server, when running
grunt