Closed benjamincharity closed 8 years ago
Simply installing via bower never seems to work. Overriding the main with the dist files seems to fix this.
main
bower.json:
"name": "myProject", ... "overrides": { "flickity": { "main": [ "dist/flickity.pkgd.js", "dist/flickity.min.css" ] } }
Simply installing via bower never seems to work. Overriding the
main
with the dist files seems to fix this.bower.json: