PANmedia/raptor-editor-rails

Let us have all the scss and image files individually.

Closed this issue · 1 comments

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.

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.