On Thu, May 6, 2010 at 12:48 AM, Phil Scadden <[email protected]> wrote: > It would be nice to have a readable, uncompressed version of this > available for debugging purposes. I am hacking one using the build > tools in openlayers.
jsbuild (from the JSTools Python package) is the tool we use for building GeoExt (when doing releases for example). And the jsbuild command has a "-u, --uncompressed" switch that should do what you want. You can also check out GeoExt from SVN and reference lib/GeoExt.js in your HTML page, like done in the examples; in that case the rest of the library will be automatically loaded, file by file. Cheers, -- Eric Lemoine Camptocamp France SAS Savoie Technolac, BP 352 73377 Le Bourget du Lac, Cedex Tel : 00 33 4 79 44 44 96 Mail : [email protected] http://www.camptocamp.com _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
