eugeneware / eugeneware/debowerify
Dependencies of installed packages?
Open
- Dominant language
- JavaScript
- Stars
- 490
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
Hi,
I've got a question about how debowerify works with dependencies. I'm struggling with that issue and maybe I'm just misunderstanding it.
I have a `application.js` which contains one thing: `require('magnific-popup')`. I've installed magnific-popup via bower and it has one dependency: jQuery.
When I browserify the file (`browserify -t debowerify app/assets/javascripts/application.js > public/js/application.js`) the resulting file doesn't contain the jQuery dependency. Am I doing something wrong or is this how debowerify is supposed to work?
Contributor guide
Assessment
This issue has not been assessed yet.