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.