Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I hate caching #2185

Merged
merged 2 commits into from
Jul 27, 2022
Merged

I hate caching #2185

merged 2 commits into from
Jul 27, 2022

Conversation

deathbearbrown
Copy link
Contributor

No description provided.

www/common.inc Outdated
@@ -189,18 +189,19 @@ define('VER_WEBPAGETEST', '21.07'); // webpagetest version
define('VER_CSS', @md5_file(__DIR__ . '/pagestyle2.css')); // version of the sitewide css file
define('VER_HEADER_CSS', @md5_file(__DIR__ . '/wpt-header.css')); // version of the header css file
define('VER_ACCOUNT_CSS', @md5_file(__DIR__ . '/css/account.css')); // version of the account css file
define('VER_ACCOUNT_JS', @md5_file(__DIR__ . '/js/signup-price-changer.js')); // version of the account css file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

On L197 we have VER_JS_ACCOUNT, can we name this differently?

@deathbearbrown deathbearbrown merged commit 035ca21 into master Jul 27, 2022
@jefflembeck
Copy link
Contributor

🐑

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants