You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 23, 2019. It is now read-only.
It makes my html not valid. How I can change that ?
Here my config is
htmlSnapshot: {all: {options: {snapshotPath: 'snapshots/',sitePath: 'http://localhost:8002',urls: ['/about','/contacts'],msWaitForPages: 1000,sanitize: function(requestUri){//returns 'index.html' if the url is '/', otherwise a prefixif(/\/$/.test(requestUri)){return'index.html';}else{returnrequestUri.replace(/\//g,'prefix-');}},//if you would rather not keep the script tags in the html snapshots//set `removeScripts` to true. It's false by defaultremoveScripts: true}}}
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I try to use html snapshot tool to make snapshots from angular website.
AngularJS adds some information in a header. It looks like this:
After snapshot tool running I get a snapshots with next one:
It makes my html not valid. How I can change that ?
Here my config is
The text was updated successfully, but these errors were encountered: