Skip to content

Commit

Permalink
docs: sample_deployment load tailwind templates in prod (#81)
Browse files Browse the repository at this point in the history
  • Loading branch information
danihodovic authored Jun 25, 2024
1 parent 2c0682a commit ce29f86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@
{% load static %}
{% load tailwind_tags %}
{% block extra_head %}
{{ block.super }}
{% tailwind_css %}
{% endblock %}
{% endblock extra_head %}
{% block body %}
<div class="fixed hidden top-5 right-5 md:block w-28">
<select id="select-theme"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ module.exports = {
*/
'../../../../allauth_ui/templates/**/*.html',

/*
* Templates from allauth_ui in production
*/
'/usr/local/lib/*/site-packages/allauth_ui/templates/**/*.html',

/**
* JS: If you use Tailwind CSS in JavaScript, uncomment the following lines and make sure
* patterns match your project structure.
Expand Down

0 comments on commit ce29f86

Please sign in to comment.