GitHunt
BR

braker1nine/droppable.js

Droppable.js

Installing

droppable.js is available on npm and can be installed by running:

$ npm install --save droppable.js 

Contributing

Make sure to download dependencies by running npm install and installing
karma-cli and broccoli-cli globally by running npm install -g karma-cli broccoli-cli.

Running

$ broccoli serve 

Broccoli will serve a build on http://localhost:4200/droppable.js. All
examples will use this build when available.

Running the test suite

To simplify the test setup, we’re using broccoli to build our tests as well,
simply run broccoli serve and karma start to run the test suite.

The test suite assumes the user agent's implementation works. Down the road we
may create implementation tests using selenium in order to ensure that this is
the case.

Distributing a build

$ broccoli build ./dist 

Languages

CoffeeScript85.4%JavaScript14.6%

Contributors

MIT License
Created November 15, 2017
Updated November 15, 2017
braker1nine/droppable.js | GitHunt