ckeditor / ckbuilder

The development repository of CKBuilder, a command line builder for CKEditor 4.
Other
19 stars 11 forks source link

Add timestamp to icons sprite url in stylesheet #7

Closed zipp3r closed 8 years ago

zipp3r commented 9 years ago

Hello, guys! Hi, guys. I have added timestamp to icons sprite url to prevent browsers from caching the file as this caused incorrect menu icons. (http://take.ms/7k2CK)

zipp3r commented 9 years ago

Anybody here?

mlewand commented 8 years ago

Sorry for not hearing from us for a long time. Actually this is something that we're looking for to fix #10685.

The only problem is that it causes tests to fail, but we can carry it from here! @Tade0 I'll ask you to change the tests so we have no regressions there.

mlewand commented 8 years ago

I've rebased @zipp3r 's commit to the latest master in the t/7 branch.

mlewand commented 8 years ago

In order to have passing tests with fixtures we need to stub timestamp in few places. We won't stub it globally as it could make mess, but we'll attempt to check that in #17 and if possible apply stubbed timestamp to all tests.

mlewand commented 8 years ago

LGTM, R+ - merged with d2155771c06a5a7437f30be9f3b42ef60bc184c2.

@zipp3r thank you for the contribution!

zipp3r commented 8 years ago

Thanks a lot! As I'm understand this changes already in master?

mlewand commented 8 years ago

@zipp3r Well not just yet, we need to update CKBuilder in CKEditor build scripts. Watch #10685 for updates, it's planned for 4.6.0 release.