1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00

change main.js to *-bundle for viewer, test-page, and installer

This commit is contained in:
George Hunt 2020-08-21 13:22:12 -07:00
parent 265ce88ef2
commit db47db1851

View file

@ -49,13 +49,13 @@
dest: "{{ vector_map_path }}/maplist/assets/regions.json"
state: link
- name: Download the JavaScript bundle with OpenLayers (main.js) for test page http://box/maps/maplist
- name: Download the JavaScript bundle with OpenLayers (test-page-bundle.js) for test page http://box/maps/maplist
# At this point, fetches from github.com/georgejhunt/maps from test branch
get_url:
url: "{{ item }}"
dest: '{{ vector_map_path }}/test-page/'
with_items:
- "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/main.js"
- "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/test-page-bundle.js"
- "{{ osm_repo_url }}/{{ maps_branch }}/osm-source/pages/test-page/build/index.html"
- name: Fetch the javascript bundle with openlayers for Viewer page
@ -65,8 +65,8 @@
dest: '{{ vector_map_path }}/viewer/'
with_items:
- index.html
- main.js
- main.js.map
- viewer-bundle.js
- viewer-bundle.js.map
- name: Get the helper files for viewer
get_url:
@ -95,7 +95,7 @@
dest: '{{ vector_map_path }}/installer/'
with_items:
- index.html
- main.js
- installer-bundle.js
- name: Fetch the action routines for installer
get_url: