Skip to content

Commit

Permalink
refactor: resources, delete unneed images
Browse files Browse the repository at this point in the history
feat: production variables enviroment
  • Loading branch information
kamaladenalhomsi committed Aug 29, 2019
1 parent a0e6957 commit 8ae5e6a
Show file tree
Hide file tree
Showing 71 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
VUE_APP_PORT=5000
VUE_APP_BASE_API_URL=https://backendapi.turing.com
VUE_APP_BASE_IMAGES_DIR=https://backendapi.turing.com/images/products/
Binary file removed src/assets/Icons/close-big-red.png
Binary file not shown.
Binary file removed src/assets/Icons/close-big-white.png
Binary file not shown.
Binary file removed src/assets/Icons/cons-burger-black.png
Binary file not shown.
Binary file removed src/assets/Icons/controls-burger-white.png
Binary file not shown.
Binary file removed src/assets/Icons/gbr.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-arrowleft-small-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-arrowup-small-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-back-big-red.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-back-big-white.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-back-small-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-bag-white.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-bag.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-bookmark-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-box-red.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-card-red.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-check-red.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-close-big-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-close-small-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-close-small-red.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-close-small-white.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-comments-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-dot-gray.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-dot-red.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-email-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-facebook-black.png
Binary file not shown.
Binary file removed src/assets/Icons/icons-facebook-grey.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-forward-big-white.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-grid.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-heart-red.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-instagram-black.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-instagram-grey.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-mirror-red.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-more-black.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-paging-light.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-pinterest-black.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-pinterest-grey.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-rocket.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-search-black.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-search-white.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-star-gold.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-star-grey.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-twitter-black.png
Diff not rendered.
Binary file removed src/assets/Icons/icons-twitter-grey.png
Diff not rendered.
Binary file removed src/assets/Icons/logos-PayPal.png
Diff not rendered.
Binary file removed src/assets/Icons/logos-mastercard.png
Diff not rendered.
Binary file removed src/assets/Icons/logos-visa.png
Diff not rendered.
Binary file removed src/assets/images/Images-modal4.png
Diff not rendered.
Binary file removed src/assets/images/animal.jpg
Diff not rendered.
Binary file removed src/assets/images/flower-wallpaper-7.jpg
Diff not rendered.
Binary file removed src/assets/images/hero-background.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt1.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt10.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt11.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt12.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt13.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt14.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt15.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt16.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt17.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt2.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt3.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt4.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt5.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt6.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt7.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt8.png
Diff not rendered.
Binary file removed src/assets/images/images-shirt9.png
Diff not rendered.
Binary file removed src/assets/images/images-shoe3.png
Diff not rendered.
Binary file removed src/assets/images/nature1.png
Diff not rendered.
1 change: 0 additions & 1 deletion src/views/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ export default {
shopCardData: {
name: 'Pull & Bear Jumper In Textured Knit In Blue',
price: '£14.99',
thumbnail: require('../assets/images/images-shirt13.png')
}
}
},
Expand Down

0 comments on commit 8ae5e6a

Please sign in to comment.