Skip to content

Commit

Permalink
docs: copy demo assets
Browse files Browse the repository at this point in the history
  • Loading branch information
bennypowers committed Sep 15, 2024
1 parent 8ee8afe commit 95f912b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eleventy.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ module.exports = function(eleventyConfig) {
eleventyConfig.watchIgnores?.add('elements/*/test/');
eleventyConfig.watchIgnores?.add('lib/elements/*/test/');
eleventyConfig.addPassthroughCopy('docs/patterns/**/*.{svg,jpg,jpeg,png}');
eleventyConfig.addPassthroughCopy('elements/*/demo/*.{svg,jpg,jpeg,png}');
eleventyConfig.addPassthroughCopy('docs/CNAME');
eleventyConfig.addPassthroughCopy('docs/.nojekyll');
eleventyConfig.addPassthroughCopy('docs/robots.txt');
Expand Down

0 comments on commit 95f912b

Please sign in to comment.