Skip to content
This repository has been archived by the owner on Apr 2, 2021. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 453 Bytes

building_wymeditor.rst

File metadata and controls

20 lines (13 loc) · 453 Bytes

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.