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

missing main section in bower.json #3

Open
atanaschristov opened this issue Aug 5, 2015 · 3 comments
Open

missing main section in bower.json #3

atanaschristov opened this issue Aug 5, 2015 · 3 comments

Comments

@atanaschristov
Copy link

Hi, I am using your module and it works quite ok, but I found a minor issue when building my app with grunt.

I receive the following message:

Running "wiredep:app" (wiredep) task
app/index.html modified.

calculate-size was not injected in your file.
Please go take a look in "<path>/bower_components/calculate-size" for the file you need, then manually include it in your file.  

I can not add that manually, because wiredep cleans and rebuilds the section of the installed bower modules. The fix is to add the following code in the bower.json

"main": [
      "./src/calculate-size.js"
  ],
@tymekg
Copy link

tymekg commented Aug 18, 2017

Wow, that issue was opened and remains unanswered for over two years. Quite a long time for an issue that seems to have an easy fix given on a platter.
That makes me wonder if the author still cares and maintains the project at all.

@schickling
Copy link
Owner

Hey @tymekg I haven't used bower in years (and frankly wasn't aware that people are still using it 😂 ).

Please feel free to open a PR to fix this. I'll be happy to merge it! :)

@tymekg
Copy link

tymekg commented Aug 18, 2017

Hi @schickling , now that's a prompt response! :-)
To be honest, I don't use bower either and the problem reported by this issue is not affecting me by any means.
I just have a habit of looking into github issues when I evaluate some library for use in a project to get a sense of how well it is supported and maintained. It was a red flag for me to see completely no response to an issue that actually makes half of total 2 issues of the project 😄
I really thought this is a dead abandoned project, but I'm glad to see you looking after it 👍

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

No branches or pull requests

3 participants