I have committed changes to asconfig to make it support Royale and Josh has 
included my pull request along with some more improvements.

You can use a locally built copy of asconfigc by checking out the repo and 
running:
npm run build

(make sure you use npm install first)

To run your locally built version instead of the npm-installed version, you’ll 
need a tasks.json file which looks something like this:

{
    "version": "0.1.0",
    "command": "/Users/harbs/Documents/github/BowlerHatLCC/asconfigc/asconfigc",
    "isShellCommand": true,
    "args": [
        "--royaleHome=/FlexSDK/FlexJSNightly"
    ],
    "showOutput": "always"
}

HTH,
Harbs

> On Oct 27, 2017, at 9:04 AM, OmPrakash Muppirala <[email protected]> wrote:
> 
> Just checking again.  Do we have a fix?  I tried to follow the other
> threads where this was discussed, but I am still not clear.
> 
> Thanks,
> Om
> 
> On Sat, Oct 14, 2017 at 1:23 PM, Harbs <[email protected]> wrote:
> 
>> The asconfig files are committed to the repo.
>> 
>> Right now, asconfig is broken with Royale. It expects a flex config and we
>> just removed flex...
>> 
>>> On Oct 14, 2017, at 7:22 AM, OmPrakash Muppirala <[email protected]>
>> wrote:
>>> 
>>> Harbs, if I remember correct, you had mentioned that you have switched
>> over
>>> to VS code for all Royale related work.
>>> 
>>> Any chance you can share the project files somewhere?
>>> 
>>> Thanks,
>>> Om
>> 
>> 

Reply via email to