Building WYMeditorΒΆ

We use grunt to build WYMeditor. Assuming you’ve already followed the instructions for Configuring Your Development Environment, it’s pretty straight forward.

$ grunt

That command runs the tests before the build. For just a plain build:

$ grunt build

The resulting compressed distribution will appear in your dist directory.