Skip to content

Commit

Permalink
fix: add missing source map files for css (#1383)
Browse files Browse the repository at this point in the history
* Fix #1377

* add css maps

* fix test requirements

* Update manifest
  • Loading branch information
fsbraun authored Jul 12, 2023
1 parent ed50e2d commit 4c2b9eb
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 8 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include LICENSE
include README.rst
exclude mptt/__init__.py
recursive-include filer/locale *
recursive-include filer/static *
recursive-include filer/templates *
Expand Down
1 change: 1 addition & 0 deletions filer/static/filer/css/maps/admin_filer.cms.icons.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions filer/static/filer/css/maps/admin_filer.fa.icons.css.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions filer/static/filer/css/maps/admin_filer.icons.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file removed mptt/__init__.py
Empty file.
1 change: 1 addition & 0 deletions tests/requirements/base.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# requirements from setup.py
Pillow
django-app-helper>=3.3.1

# other requirements
coverage
Expand Down
1 change: 0 additions & 1 deletion tests/requirements/django-2.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=2.2,<3.0
django_polymorphic>=2.0,<2.1
django-app-helper
1 change: 0 additions & 1 deletion tests/requirements/django-3.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=3.0,<3.1
django_polymorphic>=2.1,<2.2
django-app-helper
1 change: 0 additions & 1 deletion tests/requirements/django-3.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=3.1,<3.2
django_polymorphic>=2,<3.1
django-app-helper
1 change: 0 additions & 1 deletion tests/requirements/django-3.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=3.2,<4
django_polymorphic>=2,<3.1
django-app-helper
1 change: 0 additions & 1 deletion tests/requirements/django-4.0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=4.0,<4.1
django_polymorphic>=3.1
https://github.com/jrief/django-app-helper/archive/refs/heads/develop.zip
1 change: 0 additions & 1 deletion tests/requirements/django-4.1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=4.1,<4.2
django_polymorphic>=3.1
https://github.com/jrief/django-app-helper/archive/refs/heads/develop.zip
1 change: 0 additions & 1 deletion tests/requirements/django-4.2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@

django>=4.2,<5
django_polymorphic>=3.1
https://github.com/jrief/django-app-helper/archive/refs/heads/develop.zip

0 comments on commit 4c2b9eb

Please sign in to comment.