Avoid checking-in external dependency griffin-ui/bower_components in griffin's git repository, it may cause license issues and also may make the first code clone too large and slow.
The suggested approach is to ignore the directory in .gitignore and automatically create and download during bower install.
Avoid checking-in external dependency
griffin-ui/bower_components
in griffin's git repository, it may cause license issues and also may make the first code clone too large and slow.The suggested approach is to ignore the directory in
.gitignore
and automatically create and download duringbower install
.