Search code examples
githubbowerbower-install

Bower does not sync dist folder in project dependencies?


When I synchronize bower components via github my bower_components apps is missing dist folders and the only solution is to uninstall package and install it again.

Is it any way to build all dependencies project and got those folders?

I know that maybe removing bower_components from .gitignore is not the best approach but I try to involve my sister in development and she always has issues running a project.

I would appreciate any help.

Thank you


Solution

  • From the info in the comments it looks like your .gitignore file is causing git to ignore the dist directories.
    I suggest reading Checking in front-end dependencies before deciding whether to commit your bower_components to git.