Skip to content

Commit

Permalink
Merge branch 'dev' into feature/twing
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuenzenmeyer committed May 24, 2020
2 parents 78f7d80 + 44cb7ed commit e3d5b30
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion packages/uikit-workshop/src/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<script
src="styleguide/js/patternlab-viewer.modern.js"
type="module"
crossorigin
></script>
<script>
// https://gist.github.com/samthor/64b114e4a4f539915a95b91ffd340acc
Expand All @@ -61,7 +62,12 @@
}
})();
</script>
<script src="styleguide/js/patternlab-viewer.js" defer nomodule></script>
<script
src="styleguide/js/patternlab-viewer.js"
defer
nomodule
crossorigin
></script>

<script>
// Check that service workers are registered
Expand Down

0 comments on commit e3d5b30

Please sign in to comment.