Skip to content
New issue

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 install with Bootstrap in roots/sage #817

Closed
hphioolen opened this issue Feb 10, 2016 · 2 comments
Closed

Bower install with Bootstrap in roots/sage #817

hphioolen opened this issue Feb 10, 2016 · 2 comments

Comments

@hphioolen
Copy link

Hi,
I tried to bower install masonry 4.0.0 on a fresh "sage" theme (Roots framework).
After gulping the theme i get js errors like below. Removing packages like carousel.js, just fires another error on another package. Do you know any issues regarding this or doe you have a solution in avoiding this? Loading the pkgd from the CDN does work.

TypeError: undefined is not an object (evaluating 't.Outlayer.Item')
(anonieme functie)carousel.js:157
(anonieme functie)carousel.js:159

@desandro
Copy link
Owner

Sounds like roots relies on bower.json main to point to all files. It's missing outlayer/item.js. See metafizzy/outlayer#33 for some solutions.

@hphioolen
Copy link
Author

Thanks, that put me on the right track. I found the definite solution on https://github.com/austinpray/asset-builder/wiki/User-Contributed-Examples

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants