-
Notifications
You must be signed in to change notification settings - Fork 216
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
version number in compiled files #259
Comments
I've spotted |
Hey @szepeviktor, I'm not sure what the problem is. Can you restate the problem? Thanks! -- John |
When I open curl.js I cannot detect the version visually. |
Could you include the version number above the |
Hey @szepeviktor, I would gladly accept a PR for this feature. It seems that it's possible to do this in the bin/make.sh script by parsing src/curl.js for something like Interested? -- John |
Where would you insert it? |
"at the end of the file." |
At the end of this file: https://github.com/cujojs/curl/blob/master/bin/make.sh#L38 |
I meant the version string. |
Were you thinking about searching |
Yes, I think it is more likely that the closure compiler will change how it compresses the code than I will change how I code the version variable. |
OK, hardcoding.... |
Could you please include version numbers in dist files.
The text was updated successfully, but these errors were encountered: