-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add backwards compatability for DOM library fetching (#134)
This allows us to use the new CLI with any non-JS SDK right now. This is because the only breaking changes for those non-js SDKs was: - Change in server path for where to get the DOM library - Change in function signature for how the dom library works This commit adds back the `percy-agent.js` server endpoint (with a deprecation log), and also adds a wrapper to match the old function signature.
- Loading branch information
Showing
2 changed files
with
28 additions
and
0 deletions.
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
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