Why isn't bower package's file included in git? -


i created custom bower package not yet released yet. included in bower_components folder, , folder of package appear when pull repo, yet content (files) not. there empty package folder in bower_components folder. git default? how should prevent it?

if @ repo, package folder appears binary file instead of folder

this typically due bower package contains .git, git sees folder file instead of folder. fix this, first remove bower package, commit, , add again after making sure .git isn't in anymore.


Comments

Popular posts from this blog

Ansible warning on jinja2 braces on when -

Parsing a protocol message from Go by Java -

html - How to custom Bootstrap grid height? -