(THIS IS A LOT OF WORK! WE SHOULD TRY TO automate this in the future!!)
FIX #issue:
FEAT #issue:
We don't merge the development branch to the master because the master branch is different to the develop-Branch. The master branch has a dist and test folder and does not generate Source-Maps.
If we would merge the development branch would overwrite this. To solve this we use rebase instead:
DONE!