Skip to content

Commit

Permalink
rename application template directory (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuadavidthomas authored Mar 23, 2024
1 parent 234cbf9 commit 1d8d4b3
Show file tree
Hide file tree
Showing 464 changed files with 33 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ and this project attempts to adhere to [Semantic Versioning](https://semver.org/
- Build script has been moved from inside the package to the root of the repository.
- Added link to MIT license in all SVG files and split the license and Refactoring UI Inc. copyright information into separate lines.
- Icon registration has been simplified to just getting a list of the icon files under the `heroicons` template directory.
- Application template directory containing icons has been renamed to match the package name.

### Removed

Expand Down
6 changes: 5 additions & 1 deletion download.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
HEROICONS_LATEST_VERSION = "1.0.6"

DEST_DIR = (
Path(__file__).parent / "src" / "wagtail_heroicons" / "templates" / "heroicons"
Path(__file__).parent
/ "src"
/ "wagtail_heroicons"
/ "templates"
/ "wagtail_heroicons"
)


Expand Down
Loading

0 comments on commit 1d8d4b3

Please sign in to comment.