-
Updated
Nov 9, 2020
pattern-library
Here are 122 public repositories matching this topic...
-
Updated
Oct 1, 2020 - Java
-
Updated
Sep 30, 2020 - SCSS
-
Updated
Nov 10, 2020 - JavaScript
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Nov 13, 2020 - JavaScript
-
Updated
Nov 17, 2020 - Twig
-
Updated
Nov 11, 2020
-
Updated
Aug 25, 2020 - HTML
-
Updated
Sep 12, 2020 - Vue
-
Updated
Aug 28, 2020 - HTML
As mentioned in here:
https://community.digital.gov.au/t/form/111/13
We may need to adjust our hint text and error messages, so that they have a full stop at the end.
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
- Try to view a pattern that throws an error while rendering (or stick
assert Falsein theRenderPatternView.get()method) - Django debug error page is blo
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
May 12, 2017 - PHP
-
Updated
Oct 2, 2020 - CSS
-
Updated
Nov 17, 2020 - CSS
-
Updated
Jun 26, 2018 - HTML
-
Updated
Sep 4, 2020 - CSS
-
Updated
Nov 17, 2020 - JavaScript
-
Updated
May 10, 2019 - JavaScript
-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Nov 4, 2020 - Stylus
-
Updated
Sep 4, 2020 - CSS
-
Updated
Nov 17, 2020 - C#
-
Updated
Jul 31, 2016 - JavaScript
Improve this page
Add a description, image, and links to the pattern-library topic page so that developers can more easily learn about it.
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."


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'