-
Notifications
You must be signed in to change notification settings - Fork 414
Open
Labels
Description
I would propose to set up a CI pipe to build artifacts like .zip/.json files are (and exclude them from this repo), because .zip files are treated by GIT as a blob and .json files are only artifacts.
Why?
At this time it is very slow to clone the repo because it contains many .zip files. Each time you change the .zip file, the repo size will grow by the size of the .zip file.
It would be also easier for a maintainer, because he would no longer need to run grunt commands manually and commit the changes back to the repo.
CI pipe can build it and upload it to API automatically.