Skip to content

Commit

Permalink
Remove old HTML preview files and references
Browse files Browse the repository at this point in the history
  • Loading branch information
maurofmferrao committed Nov 18, 2024
1 parent 3ebf136 commit edab7cc
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 1,437 deletions.
3 changes: 0 additions & 3 deletions modules/layout-preview.twig
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,12 @@
<meta name="public-path" content="{{ theme.rootUri() }}"/>

<link rel="shortcut icon" href="{{ theme.uri("img/favicon.ico") }}" />
<link rel="stylesheet" type="text/css" href="{{ theme.rootUri() }}dist/preview/html-preview.css" />
<link rel="stylesheet" type="text/css" href="{{ theme.uri("css/html-preview.css") }}" />
</head>
<body>
{% include 'layout-preview-partial.twig' with {'layout': layout, 'previewOptions': previewOptions} %}
{# Import JS bundle from dist #}
<script src="{{ theme.rootUri() }}dist/vendor.bundle.min.js?v={{ version }}&rev={{revision}}" nonce="{{ cspNonce }}"></script>
<script src="{{ theme.rootUri() }}dist/vendor/html5preloader/html5Preloader.js?v={{ version }}&rev={{revision}}" nonce="{{ cspNonce }}"></script>
<script src="{{ theme.rootUri() }}dist/preview/html-preview.js?v={{ version }}&rev={{revision}}" nonce="{{ cspNonce }}"></script>
<script type="text/javascript" nonce="{{ cspNonce }}">
var previewTranslations = {};
Expand Down
254 changes: 0 additions & 254 deletions ui/src/preview/html-preview.css

This file was deleted.

Loading

0 comments on commit edab7cc

Please sign in to comment.