Skip to main content
Topic: Question about combined/minimized css/js feature (Read 2215 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Question about combined/minimized css/js feature

If a script or css is update, is clearing the cache the mechanism to get the combined scripts and css to be reloaded so the new information is served?

Re: Question about combined/minimized css/js feature

Reply #1

In theory it should (based on filemtime, IIRC), so if it doesn't it should be considered a bug.
Bugs creator.
Features destroyer.
Template killer.

Re: Question about combined/minimized css/js feature

Reply #2

Should detect the filemtime change and then it even builds a new ?stale value for the served file so it should be picked up automatically.

Re: Question about combined/minimized css/js feature

Reply #3

Cool.  I incorrectly guessed once you cached it you didn't check the original files anymore to save time.