Skip to content

Commit d83691b

Browse files
authored
Distribute .map static files (makinacorpus#307)
1 parent a3f9daa commit d83691b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
include README.rst CHANGES LICENSE
22
recursive-include leaflet/locale *.mo
33
recursive-include leaflet/templates *.html *.js
4-
recursive-include leaflet/static *.js
54
recursive-include leaflet/static *.css
5+
recursive-include leaflet/static *.js
6+
recursive-include leaflet/static *.map
67
recursive-include leaflet/static *.png
78
recursive-include leaflet/static *.svg

0 commit comments

Comments
 (0)