# Putting images from resources/assets/images to dist/images

**URL:** https://discourse.roots.io/t/putting-images-from-resources-assets-images-to-dist-images/11243
**Category:** sage
**Created:** 2018-01-04T17:11:27Z
**Posts:** 4

## Post 1 by @dzoniis — 2018-01-04T17:11:28Z

Hello i was going to put image in html \<img src="@asset(‘images/logo.png’)" but it keeps pointing to dist folder, how can i transfer whole folder of images in resources/assets/images to dist/images folder, i’m using sage 9 with bootstrap newest one

---

## Post 2 by @MWDelaney — 2018-01-04T17:17:16Z

This is done as part of the `yarn build` process.

---

## Post 3 by @dzoniis — 2018-01-04T17:18:23Z

Yep… just figured that out…with npm run build:production…

---

## Post 4 by @MWDelaney — 2018-01-04T17:22:00Z

`npm run build` is the command for Sage 8. Sage 9’s preferred method is to use `yarn`.

Make sure you’re referencing the [Sage 9 README](https://github.com/roots/sage) and [Sage 9 documentation](https://github.com/roots/docs/tree/sage-9/sage) when building with Sage 9.
