According to the docs you SHOULD be able to disable the timestamp by using CKEDITOR = null before creating the instances but unfortunately this appears to be broken in 4.0.1 - only some of the querystrings are removed, not toolbar images etc.
I actually meant disabling the timestamp-generation while building the ckeditor with ckbuilder.
Because everytime it is build (even with no change at all) the timestamp-var in ckeditor.js file gets another hash-value and therefore has changed to the file checked in my repo.
Disable timestamp
According to the docs you SHOULD be able to disable the timestamp by using CKEDITOR = null before creating the instances but unfortunately this appears to be broken in 4.0.1 - only some of the querystrings are removed, not toolbar images etc.
I actually meant disabling
I actually meant disabling the timestamp-generation while building the ckeditor with ckbuilder.
Because everytime it is build (even with no change at all) the timestamp-var in ckeditor.js file gets another hash-value and therefore has changed to the file checked in my repo.