When installing version 1.3.6 from Bower, the directory contains only bower.json and LICENSE.md.
Seems an obvious thing to say, but rolling back my bower package to 1.3.4 for now did the trick for me
Could this be because bower.json contains
"version": "1.3.3",
or because package.json contains
"version": "1.3.4", ?
This also happens when you manually install git 1.3.6 as dependency... using NPM
@eligrey - thanks for the bump! However, version 1.3.7 has the same problem. Thanks for he support!
@eligrey - Same behavior for new version 1.3.8, the src folder is missing.
Even older releases seem to be affected. I tried to install versions 1.3.3 through 1.3.8 with bower and none of them pulled in any JavaScript files. Something has affected the old tags.
@lenzenmi did you run a bower cache clean between installs? 1.3.4 is working fine for me still
No, I just deleted the output folder between version switches. I'll take another look next week at work.
Is there any update on this? Im running the same issue FileSaver is not in bower folder
Pinning FileSaver to an older version I'm my bower.json worked for me. The newest version still does not.
File saver 1.3.8 still has issue.
to which version should i have to downgrade
Most helpful comment
Seems an obvious thing to say, but rolling back my bower package to 1.3.4 for now did the trick for me