-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
80ad365
commit 9c4c672
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected]/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/[email protected]/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/[email protected]/build/static/css/main.css |