-
Notifications
You must be signed in to change notification settings - Fork 28
Couldn't load the draggabilly bower package #61
Comments
Try with this {
"name": "my-app",
"version": "0.0.1",
"dependencies": {
"draggabilly": "~1.1.2"
},
"private": true,
"overrides":
{
"draggabilly":
{
"main": ["../eventEmitter/EventEmitter.js","../get-style-property/get-style-property.js", "draggabilly.js"]
}
}
} This will load required dependencies first. @lorensr shouldn't be all declared files in main section of all nested dependencies be included by default? |
Hey there father's dew! I'll fix your bug if you fix mine? j/k :D. @gbisheimer it should be. I tried your overrides, still doesn't include |
A bad current fix would be adding the deps to beginning of your
still debugging... |
@lorensr, posted |
Will be fixed once PR #63 is merged. |
Repro app here: https://github.com/avital/try-bower-draggabilly
Trying to use the draggabilly bower library. Run the app and you'll see a exception on the client at pageload. Looks like it can't find the
getStyleProperty
global that was supposed to be added by the desandro-get-style-property bower package? But it does looks like it loaded that package -- maybe it's a dependency load order issue?The text was updated successfully, but these errors were encountered: