M
Mike Fechner
Guest
The safe way that tells you if you need to redeploy an r-code is rcode-info:md5-value. I’d keep a list of the md5-values of all r-codes in a list (db-table, xml, json, plain text file) and after your full recompile, compare the stored md5-value with the new ones of the files on disc. That’s the purpose of that functionality. Everything else is just guessing.
Continue reading...
Continue reading...