This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# A macOS shell command to patch large code bases and make variables used in | |
# templates public. | |
# To be executed from the project root. It uses the error output of the | |
# angular-cli build command. angular-cli must be installed in version 1.0.0. | |
# | |
# Yes, this is awfully hacky and changes should be reviewed - but as always: | |
# this commes at best effort and without any warranties, you should use git | |
# anyway ;) | |
# |