You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
],
The text was updated successfully, but these errors were encountered:
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.
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 👍
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:
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
The text was updated successfully, but these errors were encountered: