I'm in the process of making some substantial changes to this library, so please DO NOT create any PRs. I will simply close them.
When I'm done, these rules will apply:
Before you start implementing new features, please create an issue about it first and discuss your intent.
It might be something that someone else is already implementing or that goes against the concepts of Dropzone, and I really hate rejecting pull requests others spent hours writing on.
The first thing you need to do, is to install the developer dependencies:
$ yarn install
This will install all the tools you need to compile the source files and to test the library.
Since June 2017, Dropzone is written in ECMAScript 6 and Sass.
To test the library simply run yarn test
.