Files
tinymce/modules/dragster
Andrew Herron e79c08b4e6 TINY-8299: Update webpack, webpack-dev-server, and friends (#7763)
* 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>
2022-04-22 15:05:12 +10:00
..
2022-03-03 02:13:48 +00:00

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