Skip to content

Commit

Permalink
fix(patternlab): Fix child patterns not loading in Patternlab
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher committed Nov 18, 2021
1 parent a7827a5 commit b0e5c09
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions generators/templates/options/ds/copy/patternlab-config.json
Expand Up @@ -53,16 +53,16 @@
"maps": "./dist/maps"
},
"public": {
"root": "public/",
"patterns": "public/components/",
"data": "public/styleguide/data/",
"annotations": "public/annotations/",
"styleguide": "public/styleguide/",
"js": "public/components",
"images": "public/images",
"fonts": "public/fonts",
"css": "public/components",
"maps": "public/maps"
"root": "dist/public/",
"patterns": "dist/public/patterns/",
"data": "dist/public/styleguide/data/",
"annotations": "dist/public/annotations/",
"styleguide": "dist/public/styleguide/",
"js": "dist/public/components",
"images": "dist/public/images",
"fonts": "dist/public/fonts",
"css": "dist/public/components",
"maps": "dist/public/maps"
}
},
"patternExtension": "twig",
Expand Down

0 comments on commit b0e5c09

Please sign in to comment.