Updated Web Distrib management

This commit is contained in:
hydrabolt
2015-09-06 20:16:16 +01:00
parent 012c706ab9
commit a6e62b22a6
5 changed files with 513 additions and 251 deletions

10
web-dist/README.md Normal file
View File

@@ -0,0 +1,10 @@
## Web Distributions
Here you can find the latest web-ready distributions of discord.js. These distributions will allow you to run discord.js
in your browser, which is very useful for making on-the-go bots or clients. For some reason, request times are also much
shorter in browsers, so your bots will reply much faster.
Web Distributions aren't always fully functional, and sometimes catching errors is a pain. As discord.js's support for
browserifying is still maturing, please don't expect that it will work out of the box just yet.
Also, if the versions in this folder are out-dated, you can always run `grunt web` to generate the latest library.

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long