Skip to content

Commit

Permalink
Add Asset Compilation section to README
Browse files Browse the repository at this point in the history
  • Loading branch information
spohlenz committed Mar 16, 2014
1 parent 451aaf2 commit da19989
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,16 @@ Using the `tinymce` helper and global configuration file is entirely optional. T
</script>


Asset Compilation
-----------------

If you are including TinyMCE via `application.js` or using the `tinymce_assets` helper, the TinyMCE assets will be automatically precompiled when you run `rake assets:precompile`.

However if you wish to include `tinymce-jquery.js` independently, you will need to add it to the precompile list in `config/environments/production.rb`:

config.assets.precompile << "tinymce-jquery.js"


Custom Plugins & Skins
----------------------

Expand Down

0 comments on commit da19989

Please sign in to comment.