benjamincharity / angular-flickity

👆 An AngularJS wrapper for Flickity (Touch, responsive, flickable carousels)
Other
33 stars 23 forks source link

Call out that Flickity needs to be overwritten in bower.json #10

Closed benjamincharity closed 8 years ago

benjamincharity commented 8 years ago

Simply installing via bower never seems to work. Overriding the main with the dist files seems to fix this.

bower.json:

  "name": "myProject",
  ...
  "overrides": {
    "flickity": {
      "main": [
        "dist/flickity.pkgd.js",
        "dist/flickity.min.css"
      ]
    }
  }