Try saving the bin/js-debug folder after a clean and compare it to a build without a clean. The cached dependency information must be losing something.
-Alex On 12/18/18, 10:14 AM, "Harbs" <harbs.li...@gmail.com> wrote: A few weeks ago I noticed that I needed to clean every time I do a release build. (I get errors during minification.) Now I see that even the debug build is not working without cleaning first. I’m currently getting: Uncaught Error: Undefined nameToPath for org.apache.royale.core.ApplicationBase at visitNode (base.js:1356) Is this a known problem? Harbs