dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
367 stars 46 forks source link

p8tool build sub-options for "--lua-minify" ("--keep-all-names" and "--keep-names-from-file=") are not applied #103

Open hsandt opened 2 years ago

hsandt commented 2 years ago

When used together with p8tool build --lua-minify, the sub-options --keep-all-names and --keep-names-from-file=... are ignored.

When used directly with p8tool luamin to minify a file already built, they do work. It's only when you build and minify at the same time that they are ignored.