-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
39172da
commit d519ffd
Showing
3 changed files
with
18 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# 0.0.2 | ||
|
||
## Fixes | ||
|
||
- Fix `{% importmap %}` not being packaged | ||
|
||
# 0.0.1 | ||
|
||
Initial implementation | ||
|
||
## Features | ||
|
||
- Source project's `importmaps.py` | ||
- Source project app's `importmaps.py` | ||
- Merge all importmaps into one | ||
- Make importmaps available in views with `importmap` context variable |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "0.0.1" | ||
__version__ = "0.0.2" | ||
|
||
from .base import importmaps, static | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters