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
It iterates through all dependencies bower.json files to build a dependency map and when I include your project, it sorts angular-data before angular which is because you don't have angular listed as a non-dev dependency. The main-bower-files tool has a way to override this, but I just wanted to give you a heads up.
Edit: It also appears that angular-cache is a required dependency, but just listed as a dev dependency too.
Cheers
The text was updated successfully, but these errors were encountered:
I'm using this tool in my build process: https://github.com/ck86/main-bower-files
It iterates through all dependencies bower.json files to build a dependency map and when I include your project, it sorts angular-data before angular which is because you don't have angular listed as a non-dev dependency. The main-bower-files tool has a way to override this, but I just wanted to give you a heads up.
Edit: It also appears that angular-cache is a required dependency, but just listed as a dev dependency too.
Cheers
The text was updated successfully, but these errors were encountered: