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
The main problem is due to the lack of standardization and quality control in the bower repo system. Since the post-download portion of grunt-bowerful concatenates files, it needs to know which ones are relevant to the package (i.e. which to include). This should be indicated in the bower.json/component.json file, but there is no requirement for bower packages to list this. In fact some packages, such as the ember one, won't even work without using Ruby's rake program to build files :-o
There are some hackish heuristics in the code, such as checking the package.json file (which should be used exclusively for node) or using a .js file matching the package name, but these are stabs in the dark. If you notice anything in these packages that can be used alternatively, let me know via an issue and I'll try to incorporate that here.
I'm seeing this happens to a lot of bower packages. Is there a way around it ?
The text was updated successfully, but these errors were encountered: