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
Hello , currently i am developing angular.js application with browserify . I am using both NPM + Bower, but i am facing problem that i have installed angular both in bower and npm , but i want to force load it from npm, because bower repo is broken for browserify. Also some modules has newer version in npm repos than bower (but some other modules has its dependecy so it is force loaded via bower)
Hello , currently i am developing angular.js application with browserify . I am using both NPM + Bower, but i am facing problem that i have installed angular both in bower and npm , but i want to force load it from npm, because bower repo is broken for browserify. Also some modules has newer version in npm repos than bower (but some other modules has its dependecy so it is force loaded via bower)
Currently i made this changes to debowerify
https://github.com/eugeneware/debowerify/blob/master/index.js#L8
i made new function parameter to set debowerify options , so i can pass my new ignoreModules parameter.
Then i skipped this module here
https://github.com/eugeneware/debowerify/blob/master/index.js#L100
then i adjusted my browserify build to :
Let me know if this is worth of PR or i should make own forked version of debowerify. Thanks.
The text was updated successfully, but these errors were encountered: