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

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -