From 8a9dcde3c965a1aeeecda794c1be30fc0e6fc5fd Mon Sep 17 00:00:00 2001
From: xaralis <filip.varecha@fragaria.cz>
Date: Mon, 27 Jul 2020 17:18:57 +0200
Subject: [PATCH] Include CORS headers in styleguide dev response

---
 gulpfile.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gulpfile.js b/gulpfile.js
index a10179e..e4b5676 100755
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -293,6 +293,7 @@ gulp.task(
         server: {
           baseDir: resolvePath(paths().public.root),
         },
+        cors: true,
         snippetOptions: {
           // Ignore all HTML files within the templates folder
           blacklist: ["/index.html", "/", "/?*"],
-- 
GitLab