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

File not found: zxcvbn.js.map #2

Closed
bradlis7 opened this issue Mar 16, 2017 · 2 comments
Closed

File not found: zxcvbn.js.map #2

bradlis7 opened this issue Mar 16, 2017 · 2 comments

Comments

@bradlis7
Copy link

bradlis7 commented Mar 16, 2017

This is a minor issue, but the last line of the file contains a source map that is loaded if you open up dev console.

//# sourceMappingURL=zxcvbn.js.map

I'd suggest either removing that line, or include the map file in the project. It doesn't break anything, just gives a 404 on the server.

@msumit
Copy link
Owner

msumit commented Mar 17, 2017

Don't know whats zxcvbn.js.map file used for, anyway added in vendor to resolve the error. Thanks for reporting @bradlis7..

@msumit msumit closed this as completed Mar 17, 2017
@bradlis7
Copy link
Author

It is generated in the process of minification to allow for nicer debugging on the client side. Not absolutely necessary, but it's nice to have it.

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

No branches or pull requests

2 participants