Adding images in bower.json

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

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

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