Many people say that it is bad practice to create embedded files in the repository, but I believe that this does not lead to many problems.
I also think that this should be reviewed, given the strong advantages that files create when deploying shared web content.
A few context notes:
- using git
- for web
- development of software modularity , therefore giant code monoliths are not involved
- reuse development and possibly sharing as freeware
- by embedded files, I mean text files such as compiled HTML, CSS or Javascript, not binary files.
In this context, creating embedded files greatly simplifies the deployment process, making it easy to deploy using only a static server, and thus:
- easy local set up project also for non-technical
- deployment does not require dependency creation
- easy deployment and demo on github
gh-pages - re- create embedded assets that reference the repository using bower
- easier troubleshooting of build errors among team members
git, , , javascript-. , , , , - , git .
, , , - , .
, ? , , ?
: