This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
Configuration: serving the javascript locally
By default the javascript is served up from yui.yahooapis.com. If you’d prefer to have the javascript served from your app:
- Download the editor javascript from http://developer.yahoo.com/yui/editor/
- Extract the zip into your public/javascripts directory.
This will create a folder called yui. To be consistent with the YUI hosted version do the following:
- mv yui
- mkdir yui
- mv
yui
- Then in your config/yui_editor.yml replace
javascript_base_uri: //yui.yahooapis.com
with
javascript_base_uri: /javascripts/yui
- Match the version line with the version that you downloaded. This should match the
directory you created above.
version: ‘2.7.0’







