# Adding images in bower.json

**URL:** https://discourse.roots.io/t/adding-images-in-bower-json/5249
**Category:** sage
**Created:** 2015-11-12T01:37:18Z
**Posts:** 3

## Post 1 by @jakus — 2015-11-12T01:37:19Z

Hi there,

I am trying to add the ‘swipebox’ bower package to the `bower.json` file.

I have the following code in the `overrides` section.

```
"swipebox": {
      "main": [
        "./src/css/swipebox.css",
        "./src/js/jquery.swipebox.js",
        "./src/img/*"
      ]
    },
```

I’m assuming the `/src/img/*` doesn’t belong in the `main` declaration, however what do I need to use instead to get these images added to the asset pipeline? Do I need to use `manifest.json`?

Many thanks,

Jacob

---

## Post 2 by @ben — 2015-11-12T02:02:25Z

> [@Why are some components not included in "dist"](https://discourse.roots.io/t/why-are-some-components-not-included-in-dist/3095/6):
>
> asset-builder currently supports CSS, JS, and fonts. You’ll have to manually copy over images to your assets/images/ directory, and make sure that the CSS references the correct path. You can either override the CSS in your theme CSS for the correct images path on the rule(s), or remove the Bower package’s CSS from the pipeline and include it all manually in your theme CSS.

---

## Post 3 by @jakus — 2015-11-12T02:04:03Z

Oh ok cool, fair enough. Thanks for the prompt response!

---

## Post 4 by @ben — 2015-11-12T08:13:25Z

This topic was automatically closed after 6 hours. New replies are no longer allowed.
