|
|
|
|
|
by masklinn
4455 days ago
|
|
> yeah, although I question the sanity of doing this. the sanity of access control? > is this related to #3? Not necessarily. > yes, but IMO VCS should be used for source files (mostly). large assets should go in an artifact repo Great, so now the code and the assets going with the code, both being used to build the product, are completely out of sync and essentially unsyncable? |
|
>Great, so now the code and the assets going with the code, both being used to build the product, are completely out of sync and essentially unsyncable?
no. read up on artifact repositories. you declare the asset version that you depend on in your a build script. the assets are fetched from the artifact repo.
there pros and cons of course...