- Install Node.
- Open a console and go to the project directory
- Write "npm i -g grunt-cli" to install the grunt command line tool globally.
- Write "npm i" to install all package dependencies.
- Build TinyMCE by writing "grunt" (there are some unit test errors which can be ignored)
- Build the distribution package by writing "grunt moxiezip"
- Extract the contents of the zip file 'tmp/tinymce_4.3.x_component.zip' to your tinymce-dist checkout folder overwriting any files that have changed
- Update the version number in the generated tinymce-dist/bower.json
- Tag the build with the new version number
- Push the tinymce fork and the tinymce-dist packages