On 11/26/16, 8:41 AM, "chrismatheson" <[email protected]> wrote:
Glad to hear you are making progress. > >However there is one last piece thats causing me a headache just now . . >. i >can't seem to get source maps out of mxmlc > >the wiki ><https://cwiki.apache.org/confluence/display/FLEX/Getting+Started+with+the >+Falcon+and+FalconJX+Compilers> >suggest i will just need to add the `-source-map ` switch to my command >line, but im not having any luck there. Has anyone else had any luck >getting >source maps out from flexjs ? There are two mxmlc scripts: one in bin for making SWFs and another in js/bin for cross-compiling to JS. I think only the mxmlc in js/bin will handle the -source-map option. > >also another small Q, i can't seem to get any "useful" info from mxmlc >with >the standard `--help` flag ? Yeah, the --help flag hasn't been wired up yet. Volunteers are welcome to try to make it work. -Alex
