We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bower.json references masonry.js as it's main file, however it should be dist/masonry.pkgd.js
masonry.js
dist/masonry.pkgd.js
The text was updated successfully, but these errors were encountered:
Item
In bower/spec#43 we resolved that main is for entry files, not for distribution files.
main
The Bower team is resolving the Wiredep use case in bower/spec#47.
Until then you can resolve this by including an override in your wiredep config
"overrides": { "outlayer": { "main": [ "item.js", "outlayer.js" ] } }
Sorry, something went wrong.
Thx for the update
This doesn't work
TypeError: t.create is not a function. (In 't.create("masonry")', 't.create' is undefined)
No branches or pull requests
bower.json references
masonry.js
as it's main file, however it should bedist/masonry.pkgd.js
The text was updated successfully, but these errors were encountered: