rename make ui in make vendors
o
This commit is contained in:
parent
c2d2751cdf
commit
d81f014c53
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -18,7 +18,7 @@ compilemessages:
|
|||
makemessages:
|
||||
django-admin.py makemessages -a --ignore node_modules
|
||||
node node_modules/leaflet-i18n/bin/i18n.js --dir_path=umap/static/umap/js/ --dir_path=umap/static/umap/vendors/measurable/ --locale_dir_path=umap/static/umap/locale/ --locale_codes=en --mode=json --clean --default_values
|
||||
ui:
|
||||
vendors:
|
||||
mkdir -p umap/static/umap/vendors/leaflet/ && cp -r node_modules/leaflet/dist/** umap/static/umap/vendors/leaflet/
|
||||
mkdir -p umap/static/umap/vendors/editable/ && cp -r node_modules/leaflet-editable/src/*.js umap/static/umap/vendors/editable/
|
||||
mkdir -p umap/static/umap/vendors/editable/ && cp -r node_modules/leaflet.path.drag/src/*.js umap/static/umap/vendors/editable/
|
||||
|
@ -51,5 +51,3 @@ tx_push:
|
|||
tx push -s
|
||||
tx_pull:
|
||||
tx pull
|
||||
|
||||
.PHONY: ui
|
||||
|
|
Loading…
Reference in a new issue