I'm looking through the project and thinking that dist should be excluded from git.
We already have a src folder. Why not have the build script compile what's needed and copy into dist every build.
Mainly i'm concerned about the *.min.* files, but honestly the main files and html files should live in src shouldn't they?

I'm looking through the project and thinking that dist should be excluded from git.
We already have a
srcfolder. Why not have the build script compile what's needed and copy intodistevery build.Mainly i'm concerned about the

*.min.*files, but honestly the main files and html files should live insrcshouldn't they?