-
Notifications
You must be signed in to change notification settings - Fork 3
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
grunt duplicate js files injection #2
Comments
Hello! Sorry for the delay, I forgot to check this issue and github doesn't have a nice view of pending checks hehe. I can look in to that but, right now I'm studying so I don't think I'll be able to do it anytime soon 😅 A PR is always welcome (even though this code is really hard to debug and understand) |
btw: the idea behind the fork is to have a migration tool from I recommend reading this: https://bower.io/blog/2017/how-to-migrate-away-from-bower/ :) |
Thanks. I've gone through that link for bower-away, and was looking into alternative for wiredep. That's how I landed here. I can use yarn/npm to install from package.json after migration. Well, when I use the "wiredep" instead of "wiredep-away", I don't get duplications. Instead I ran into the problem of a missing dependency there. I have a very old legacy AngularJS code base so using browserify/webpack will be quite difficult even with wholesale changes. Good luck with your studies. And kudos for a wonderful work here. |
With wiredep-away, I can inject the dependencies using the following grunt task.
My package.json looks like this
The problem when the files are injected, there are duplication
How can I remove such duplicate injections? Thanks.
The text was updated successfully, but these errors were encountered: