preserve users' javascript changes in generated code
A way to preserve changes made to generated javascript files. You might want to look at some of the older code generation systems to see how this can be done, but typically with markup code to define sections of the file that should not be overwritten. If users want to move the code to pure javascript, this enables the intermediate step of having some code ported while other code is not.
4
votes
