"Jim Hunter" <[EMAIL PROTECTED]> writes: > I just did a test to see if it is something in my code that's not working > correctly by doing a make source on the feedreader application and I got the > same results. It created a feedreader.js file that just contains script > links to all the needed files, not a js file that already includes the > source code. Sebastian, anyone, what is the secret here to getting a single > file with the correct contents?
Are you looking in the source/script directory, or in the build/script directory? "make source" puts its result in source/script; "make build" puts its result in build/script. Derrell ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
