* Fixed static output path on remote
This commit is contained in:
parent
65ea393b7e
commit
b4f2902b46
@ -21,6 +21,11 @@
|
|||||||
path: '{{app_dir}}/js'
|
path: '{{app_dir}}/js'
|
||||||
state: directory
|
state: directory
|
||||||
|
|
||||||
|
- name: Build skeleton static directory
|
||||||
|
file:
|
||||||
|
path: '{{app_dir}}/static'
|
||||||
|
state: directory
|
||||||
|
|
||||||
- name: Build skeleton templates directory
|
- name: Build skeleton templates directory
|
||||||
file:
|
file:
|
||||||
path: '{{app_dir}}/templates'
|
path: '{{app_dir}}/templates'
|
||||||
@ -34,8 +39,8 @@
|
|||||||
- { src: ../../build/static/css/style.css, dest: '{{app_dir}}/'}
|
- { src: ../../build/static/css/style.css, dest: '{{app_dir}}/'}
|
||||||
- { src: ../../build/static/js/index.js, dest: '{{app_dir}}/js/'}
|
- { src: ../../build/static/js/index.js, dest: '{{app_dir}}/js/'}
|
||||||
- { src: ../../build/static/js/category.js, dest: '{{app_dir}}/js/'}
|
- { src: ../../build/static/js/category.js, dest: '{{app_dir}}/js/'}
|
||||||
- { src: ../../build/static/cantfindshit.jpg, dest: '{{app_dir}}/'}
|
- { src: ../../build/static/cantfindshit.jpg, dest: '{{app_dir}}/static/'}
|
||||||
- { src: ../../build/static/favicon.png, dest: '{{app_dir}}/'}
|
- { src: ../../build/static/favicon.png, dest: '{{app_dir}}/static/'}
|
||||||
- { src: ../../build/templates/list.html.tera, dest: '{{app_dir}}/templates/list.html.tera'}
|
- { src: ../../build/templates/list.html.tera, dest: '{{app_dir}}/templates/list.html.tera'}
|
||||||
- { src: ../../build/templates/video.html.tera, dest: '{{app_dir}}/templates/video.html.tera'}
|
- { src: ../../build/templates/video.html.tera, dest: '{{app_dir}}/templates/video.html.tera'}
|
||||||
- { src: ../../build/Rocket.toml, dest: '{{app_dir}}/'}
|
- { src: ../../build/Rocket.toml, dest: '{{app_dir}}/'}
|
||||||
|
Loading…
Reference in New Issue
Block a user