In the source:
[quote:2kwpdv2m]<script type="text/javascript" src="c2runtime.js"></script>
It would probably be good if you could build the external JS with a version # in the name to remove confusion for debugging when viewing peoples code etc, (you can see exactly what version they are using). It will have other benefits down the line as well.
IE:
[quote:2kwpdv2m]
Alpha release 27:
<script type="text/javascript" src="c2runtime.a27.js"></script>
Also as mentioned in another thread, plugin development is hampered by browser caching. During development it would be beneficial to stop caching:
[quote:2kwpdv2m]
<script type="text/javascript" src="c2runtime.a27.js?nocahce=27 feb 2011 13:38:32"></script>
But during the formal export the query string can be removed.