galetahub / ckeditor

Ckeditor 4.x integration gem for rails
https://ckeditor.com/ckeditor-4/
MIT License
2.23k stars 878 forks source link

CKEDITOR doesn't update after changing config.js #852

Closed Maxhou00 closed 5 years ago

Maxhou00 commented 5 years ago

Hello,

When I work in development environnement I always need to clear the cache of my browser for forcing update of CKEDITOR.

I have found many solutions with just adding CKEDITOR.timestamp = "random_stuff" but it doesn't work ! How can I force refresh CKEDITOR without clear my browser cache ?