leaflet
This commit is contained in:
parent
ce759a4206
commit
cf79791e8e
11 changed files with 736 additions and 3 deletions
File diff suppressed because one or more lines are too long
8
src/content/assets/js/dune
Normal file
8
src/content/assets/js/dune
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
(rule
|
||||
(target map.js)
|
||||
(deps
|
||||
(file ../../../map.bc.js))
|
||||
(action
|
||||
(with-stdout-to
|
||||
%{target}
|
||||
(cat ../../../map.bc.js))))
|
||||
Loading…
Add table
Add a link
Reference in a new issue