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

Add header to minified JS files. #27

Open
boughtonp opened this issue Jun 13, 2013 · 1 comment
Open

Add header to minified JS files. #27

boughtonp opened this issue Jun 13, 2013 · 1 comment

Comments

@boughtonp
Copy link

There's nothing in the zxcvbn.js file to identify what the project, license or version is.

It would be useful to have a simple header included, such as:

/*
    zxcvbn - realistic password strength estimation
    Updated: 20130203032247
    Project: https://github.com/lowe/zxcvbn
    License: MIT
*/
@tracker1
Copy link

@lowe Could probably just create a quick js file that will output the header, then whatever input it's getting, then you could just pipe the browserify output to this script, then through to the destination...

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