Skip to content
Snippets Groups Projects
Commit 8a9dcde3 authored by xaralis's avatar xaralis
Browse files

Include CORS headers in styleguide dev response

parent 8988914d
No related branches found
No related tags found
No related merge requests found
Pipeline #947 passed
...@@ -293,6 +293,7 @@ gulp.task( ...@@ -293,6 +293,7 @@ gulp.task(
server: { server: {
baseDir: resolvePath(paths().public.root), baseDir: resolvePath(paths().public.root),
}, },
cors: true,
snippetOptions: { snippetOptions: {
// Ignore all HTML files within the templates folder // Ignore all HTML files within the templates folder
blacklist: ["/index.html", "/", "/?*"], blacklist: ["/index.html", "/", "/?*"],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment