I followed the instruction on below link
https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-tasks.json-to-compile-an-ActionScript-project

https://github.com/BowlerHatLLC/vscode-nextgenas/wiki/Create-a-new-ActionScript-project-in-Visual-Studio-Code-that-targets-FlexJS

But after compilation,  no "bin" folder created  under my project folder.
Below is my "asconfig.json"

{
    "config": "flex",
    "compilerOptions": {
        "debug": true,
        "js-output-type": "flexjs",
                "output":"bin"
    },
    "files":
    [
        "src/Main.mxml"
    ]
}

Please suggest.



-----
Regards,
Prashant
--
View this message in context: 
http://apache-flex-users.2333346.n4.nabble.com/MXML-and-ActionScript-in-Visual-Studio-Code-tp14266p14328.html
Sent from the Apache Flex Users mailing list archive at Nabble.com.

Reply via email to