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.

$ vagrant ssh
vagrant:~$ cd wym
vagrant:~/wym$ grunt

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

vagrant:~/wym$ grunt build

The resulting compressed distribution will appear in your dist directory.