I don't see anything out of the ordinary there! Make sure you aren't accidentally using an old version of FlexJS, like 0.7.
- Josh On Sat, Aug 5, 2017 at 1:49 AM, PKumar <prashaku...@gmail.com> wrote: > Josh, > > I am facing one strange issue. I am not getting the library contents in my > application if i am using following asconfig.json > > { > "config": "flex", > "compilerOptions": { > "targets": [ > "JSFlex" > ], > "library-path": ["libs"] > }, > "files": [ > "src/Main.mxml" > ] > } > > But if i am using old config as below, i can include the library contents > in > my main application > > { > "config": "flex", > "compilerOptions": { > "debug": true, > "js-output-type": "flexjs", > "library-path": [ > "libs" > ] > }, > "files": > [ > "src/Main.mxml" > ] > } > > Please suggest. > > > > > > ----- > Regards, > Prashant > -- > View this message in context: http://apache-flex-users. > 2333346.n4.nabble.com/Scaffold-new-Apache-FlexJS- > applications-with-Yeoman-and-generator-flexjs-tp15463p15605.html > Sent from the Apache Flex Users mailing list archive at Nabble.com. >