From 9c4c672cec30a1f98da874cc4f4962c02b8ef5cb Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Thu, 23 Nov 2023 12:17:36 +0530 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 24dfdf80..f0ba8522 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -122,4 +122,4 @@ You can now access the production build of the dashboard on `http://localhost:30 - Dashboard changes that involve adding new features and do not require backend SDK changes will increment the Z version - UI changes that modify existing features or are fixes or enhancements increment the Z version - X version changes should be reserved for overhauls of the entire dashboard -- After making a change, if it is important for the changes to reflect immediately for a patch release you can use https://purge.jsdelivr.net/gh/supertokens/dashboard@vX.Y/build/static/js/bundle.js to purge jsdelivr cache. Make sure to change `X.Y` with the version you want to purge the cache for. +- After making a change, if it is important for the changes to reflect immediately for a patch release you can use https://purge.jsdelivr.net/gh/supertokens/dashboard@vX.Y/build/static/js/bundle.js to purge jsdelivr cache. Make sure to change `X.Y` with the version you want to purge the cache for. Also, send a GET request to https://purge.jsdelivr.net/gh/supertokens/dashboard@vX.Y/build/static/css/main.css