spree-contrib / spree_editor

Rich text editor for Spree with Image and File uploading in-place.
http://guides.spreecommerce.org
BSD 3-Clause "New" or "Revised" License
112 stars 183 forks source link

Fails asset compilation #11

Closed kevinansfield closed 12 years ago

kevinansfield commented 12 years ago

When running rake assets:precompile I receive the following error:

spree_editor-fed8f5903117/vendor/assets/javascripts/tinymce/plugins/spellchecker/editor_plugin.js has a invalid UTF-8 byte sequence

This is running on ruby-1.9.2-p180, rails 3.1.3

kevinansfield commented 12 years ago

Removing the /vendor/assets/javascripts/tinymce/ folder from the gem fixes the issue for me. Shouldn't these files should be redundant now that spree_editor is using the tinymce-rails gem?

kpitn commented 12 years ago

Yes it was clear with the last pull, but a problem persist.

The Gem "tinymce-rails" must be in the Gemfile of your application to create assets.

Actually without tinymce-rails in your application :

couldn't find file 'tinymce-jquery'
  (in /home/pierre/projects/ecopoeles/vendor/gems/spree_editor/app/assets/javascripts/admin/spree_editor.js:9)
peterberkenbosch commented 12 years ago

Fixed in the readme already..