~xenrox/10man-web

775dc51479579f392a0b455154122282f8fc314b — Jasper 2 years ago 6fe2c94
Move images to public folder
3 files changed, 4 insertions(+), 4 deletions(-)

M .build.yml
M .gitignore
M src/App.vue
M .build.yml => .build.yml +2 -2
@@ 12,8 12,8 @@ tasks:
      yarn install
      yarn lint
  - get_assets: |
      cd 10man-web/src
      s3cmd get --recursive s3://10man/assets || complete-build
      cd 10man-web/public
      s3cmd get --recursive s3://10man/img || complete-build
  - builds: |
      cd 10man-web
      yarn build

M .gitignore => .gitignore +1 -1
@@ 1,7 1,7 @@
.DS_Store
node_modules
/dist
/src/assets
/public/img

# local env files
.env.local

M src/App.vue => src/App.vue +1 -1
@@ 35,7 35,7 @@ export default class App extends Vue {}
  inset: 0;

  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../src/assets/images/maps/de_inferno.jpg");
    url("../public/img/maps/de_inferno.jpg");

  background-repeat: no-repeat;