mirror of
https://github.com/tinymce/tinymce.git
synced 2025-07-23 19:18:37 +00:00

* TINY-7654: Upgrade to latest ts-loader and webpack for demos * TINY-7654: Upgrade to bedrock 13 * TINY-7654: Reworked how TinyMCE demos are done to work better with project references * TINY-7654: Tweaks/patches to try to improve compile time * TINY-7654: Upgrade to webpack-dev-server 4 (cherry picked from commit 45e8d7891cf502bd03db08da193011b340557a7e) * TINY-8299: Let grunt-webpack merge the config for us. Made the webpack config lazy to speed up initial grunt load. Fix some issues with the Alloy webpack-dev-server config. * TINY-8299: Remove ES5 spec that was brought in from an old branch * TINY-8299: Removed extra argument that was missed in the cleanup * TINY-8299: removed old `grunt webpack` task that we don't use anymore * TINY-8299: Corrected contributing guide to match how webpack-dev-server is now used * TINY-8299: Fixed harmless console error in model demo Co-authored-by: Lee Newson <lee.newson@tiny.cloud>
Description
dragster
is a project that handles dragging.
Installation
dragster
is available as an npm
package. You can install it via the npm package @ephox/dragster
Install from npm
npm install @ephox/dragster
Usage
Dragger
: Used to transform an external mutator into a dragster drag handler.
Tests
dragster
uses bedrock
to run atomic tests.
Running Tests
$ yarn test