Skip to content
#

pattern-library

Here are 131 public repositories matching this topic...

The Bolt Design System provides robust Twig and Web Component-powered UI components, reusable visual styles, and powerful tooling to help developers, designers, and content authors build, maintain, and scale best of class digital experiences.

  • Updated Oct 28, 2021
  • Twig
django-pattern-library
bcdickinson
bcdickinson commented Sep 30, 2020

Issue Summary

We set X-Frame-Options: sameorigin on RenderPatternView responses, but if an exception is raised and DEBUG = True, the error page response does not have that heading set by default.

Steps to Reproduce

  1. Try to view a pattern that throws an error while rendering (or stick assert False in the RenderPatternView.get() method)
  2. Django debug error page is blo
renestalder
renestalder commented Dec 5, 2018

As mentioned in #33, the current way how copying assets (fonts, images) work is by manually configuring paths for a copy task. This works a bit against the concept of Webpack, which should automatically resolve dependencies and then copy them.

I can provide these changes via a pull request, as I already updated this behavior in my projects which are using patternlab-edition-node-webpack. So it'

Improve this page

Add a description, image, and links to the pattern-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the pattern-library topic, visit your repo's landing page and select "manage topics."

Learn more