-
Notifications
You must be signed in to change notification settings - Fork 203
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
[Question] Using bower #31
Comments
Hi, I had not intented to make a bower package, I had in fact never heard of bower until you mentioned. |
Ok. I will try to create a bower package for your library. It's also the first time for me. |
Bower is very popular in front-end community. I must be great to have the library in bower repository. |
@igorissen Did you get the Bower fork working? I created one for NPM with this most recent pull request. I'm sure Bower would be really easy to get going. |
Hi,
For my Angular project, I'm using Bower. So I've executed this command because there isn't (for now) a bower package for your library :
It works great. First question: did you intend to create a bower package for your library ?
Now when you include the library
and call the init function
these lines place some issues
because
DecoderWorker.js
andexif.js
have a wrong file path. If I want your library to work I need to change your code toand it's a complicated when you want to deploy your application. Maybe it would be better to add the
DecoderWorker.js
andexif.js
files like your libraryWhat do you think about this?
The text was updated successfully, but these errors were encountered: