Closed
Description
Some code requires a shebang (#!) to be present at the beginning of the file to instruct the program loader which python interpreter to use (e.g. "#!/usr/bin/python").
Since the shebang starts with a #, it is seen as a comment by python-minifier, and gets stripped from the minified code.
Could you add an exception to the minifier to leave the #! at the very beginning of the file alone?
Metadata
Metadata
Assignees
Labels
No labels