Files
cappuccino/Objective-J
Martin Carlberg 94a5995197 New: We now support source maps when compiling both from command line and in browsers.
To add source maps add the ”-S” flag to the Jake file when compiling from command line. In the browser you need to add the compiler option into your index.html file. It should look something like this:
OBJJ_COMPILER_FLAGS = [... , "SourceMap"];

All browsers has support for source maps but currently Chrome works best.
2017-09-11 12:49:59 +02:00
..
2012-07-28 02:06:05 +01:00
2014-11-25 17:56:04 -05:00
2012-05-10 09:01:03 -04:00
2010-02-17 19:20:44 -08:00
2014-11-26 11:07:48 +00:00