Skip to content

Commit

Permalink
update pushword/js-helper version
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinDev committed Jan 19, 2022
1 parent 4fbc97b commit beaaf9a
Show file tree
Hide file tree
Showing 10 changed files with 21,166 additions and 86 deletions.
4 changes: 2 additions & 2 deletions packages/admin/src/templates/layout.html.twig
Expand Up @@ -2,11 +2,11 @@

{% block stylesheets %}
{{ parent() }}
<link rel="stylesheet" href="{{ asset('bundles/pushwordadmin/admin.min.css?v163586688750623') }}?v163586687884323">
<link rel="stylesheet" href="{{ asset('bundles/pushwordadmin/admin.min.css?v163586688750623') }}">
{% endblock %}

{% block javascripts %}
{{ parent() }}
<script src="/bundles/pushwordadmin/ace/ace.js" type="text/javascript" charset="utf-8"></script>
<script src="{{ asset('/bundles/pushwordadmin/admin.min.js?v163586688750663586687884323') }}?v123"></script>
<script src="{{ asset('/bundles/pushwordadmin/admin.min.js?v163586688750663586687884323') }}"></script>
{% endblock %}
4 changes: 2 additions & 2 deletions packages/core/src/Resources/public/entrypoints.json
Expand Up @@ -5,9 +5,9 @@
"./page.min.js"
]
},
"tailwind.min": {
"talwind.min": {
"css": [
"./tailwind.min.css"
"./talwind.min.css"
]
}
}
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/Resources/public/manifest.json
@@ -1,6 +1,6 @@
{
"bundles/pushwordcore/page.min.js": "./page.min.js",
"bundles/pushwordcore/tailwind.min.css": "./tailwind.min.css",
"bundles/pushwordcore/talwind.min.css": "./talwind.min.css",
"bundles/pushwordcore/favicons/favicon.ico": "./favicons/favicon.ico",
"bundles/pushwordcore/favicons/android-chrome-512x512.png": "./favicons/android-chrome-512x512.png",
"bundles/pushwordcore/favicons/mstile-310x310.png": "./favicons/mstile-310x310.png",
Expand Down
19,247 changes: 19,246 additions & 1 deletion packages/core/src/Resources/public/page.min.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions packages/core/src/Resources/public/tailwind.min.css

This file was deleted.

0 comments on commit beaaf9a

Please sign in to comment.