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:
parent
4d730e3ea8
commit
bdaa788e16
1 changed files with 5 additions and 5 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue