Skip to content

Instantly share code, notes, and snippets.

View neciu's full-sized avatar

Tomasz Netczuk neciu

View GitHub Profile
@neciu
neciu / gist:6bfeab3e3ae38638d8fb
Last active May 23, 2017 11:21 — forked from koriroys/gist:dc53d8d7034512a995bc
Added hax enabling auto filing from existing models/properties.

Integrating TinyMCE in an ember-cli app

TinyMCE is a javascript WYSIWYG editor that is highly configurable and has a ton of features and plugins. It integrates with jQuery and, with a bit of work, it can be integrated in your ember-cli app.

Step 1: Install TinyMCE:

bower install --save tinymce

Step 2: Import the required files into your app via broccoli. In order to do that you will need a plugin called broccoli-static-compiler: