-
Notifications
You must be signed in to change notification settings - Fork 797
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
forge.min.js file is not generated after running r.js -o minify.js #443
Milestone
Comments
If possible can you please send forge.min.js file......... i am not able to generate this file |
I had to make some changes to get the min file. Anyways, here it is: |
Thank you so much Vlad.
Regards,
Saru
…On Sat, Nov 26, 2016 at 10:48 PM, Vlad Gincher ***@***.***> wrote:
I had to make some changes to get the min file. Anyway, here it is:
forge.min.zip
<https://github.com/digitalbazaar/forge/files/614356/forge.min.zip>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#443 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ASaVAv5_Jk-8VjCSfse0cES3DDI2VAKUks5rCGnsgaJpZM4K8ZqK>
.
|
Hopefully will be addressed in a new release now that #456 has been merged. |
0.7.0 was released with a new build system that should fix this. Reopen if it's still an issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
My OS is windows.
I have updated the package.json name node to : "name": "node_forge",
The code base for the https://github.com/digitalbazaar/forge.
While running r.js -o minify.js i got script errors ( extra commos)
After correcting r.js i ran the command "r.js -o minify.js" but forge.min.js is not generated
Can i know what might be the error.
Without including this "forge.min.js" i am getting error in creating certificate and generatekeypair
forge.pki.rsa.generateKeypair(512) - getting error as generateKeypair is undefined
Please help on this
Thanks,,
Saru
The text was updated successfully, but these errors were encountered: