Figured it out, I found Thiago's example with the requestfilter. That seems
to have resolved my issue.


On Sat, Mar 22, 2014 at 8:07 PM, George Christman
<gchrist...@cardaddy.com>wrote:

> now I'm getting a 200 response however it just redirects me to my home
> page.
>
>
> http://localhost:8080/auto/modules.gz/vendor/ckeditor/skins/bootstrapck/editor_gecko.css?t=E1PE
>
>
> On Sat, Mar 22, 2014 at 7:52 PM, George Christman <gchrist...@cardaddy.com
> > wrote:
>
>> Hi guys, I've been struggling to get a newer version of ckeditor working
>> with 5.4 with limited success. I'm using requirejs and have successfully
>> got my js working, however I'm running into a brick wall when it comes to
>> the css and images. It looks as if the css and images are being called
>> directly from ckeditors js files, however 404 errors for those files. My
>> assumption is it has something to do with tapestry's assets, however I'm
>> not certain. Can anybody shine some light on this for me?
>>
>> ckeditor-config module
>>
>> requirejs.config({
>>     shim: {
>>         'ckeditor-jquery': ['jquery', 'ckeditor-core']
>>     },
>>     paths: {
>>         'ckeditor-core': 'vendor/ckeditor/ckeditor',
>>         'ckeditor-jquery': 'vendor/ckeditor/adapters/jquery'
>>     }
>> });
>> define(["jquery"], function($) {
>>
>>     init = function(spec) {
>>         $('#' + spec.id).ckeditor();
>>     };
>>
>>     return init;
>> });
>>
>>
>>
>
>
> --
> George Christman
> www.CarDaddy.com
> P.O. Box 735
> Johnstown, New York
>
>


-- 
George Christman
www.CarDaddy.com
P.O. Box 735
Johnstown, New York

Reply via email to