PANmedia / raptor-editor-rails

Get Raptor Editor into your Rails apps
MIT License
17 stars 6 forks source link

Let us have all the scss and image files individually. #2

Closed lephyrius closed 12 years ago

lephyrius commented 12 years ago

I think would be nice to have the scss, javascript and images separate so we could more easily take the stuff we want instead of a full package. So we could use sprockets and the rails assets pipeline to combine them.

tristanm commented 12 years ago

Raptor is distributed as compiled packages and we provide a couple of those packages in this plugin. The raptor.light.min.js package contains Raptor and Rangy and the raptor.min.js package contains only Raptor.

Right now, Raptor's not really suitable for distribution in non-packaged formats because it's so reliant on its compilation process. This may change in the future.

If you really want to start pulling Raptor apart and compiling your own packages then you should check out the Raptor source.