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

How to get the entire crypto-js.js file? #47

Closed
langman opened this issue Apr 21, 2016 · 1 comment
Closed

How to get the entire crypto-js.js file? #47

langman opened this issue Apr 21, 2016 · 1 comment

Comments

@langman
Copy link

langman commented Apr 21, 2016

No description provided.

@evanvosberg
Copy link
Member

Usually you load CryptoJS by a module loader like with require('crypto-js') in NodeJS or require(['crypto-js'], callback) in RequireJS (AMD).

But if you want the whole package as a single file, it's packed in all the releases. Getting it that way with a module loader use crypto-js/crypto-js.

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