the urls should look like: http://localhost/aiki/assets/javascript/jquery/plugins/jstree/tree_component.css<http://localhost/aiki/?pretty=/assets/javascript/jquery/plugins/jstree/tree_component.css> not http://localhost/aiki/?pretty=/assets/javascript/jquery/plugins/jstree/tree_component.css
since those files exist in the filesystem there is no need to call them via aiki. actually adding ?pretty= will make the files not accessible since aiki will not do any routing for files that exist. you can't load the css files through aiki. why do you need to? On Mon, Oct 17, 2011 at 11:30 PM, Jakub Jankiewicz < [email protected]> wrote: > New question #174954 on aikiframework: > https://answers.launchpad.net/aikiframework/+question/174954 > > I made few changes into aiki - cleaning the code and now changing class > names to capitalized and filenames to match new class names so they can be > properly loaded in runtime, everything is working but in Admin Panel I have > errors when loading CSS files which runs through aiki: > > > http://localhost/aiki/?pretty=/assets/javascript/jquery/plugins/jstree/tree_component.css > > http://localhost/aiki/?pretty=/assets/javascript/jquery/css/smoothness/jquery-ui-1.7.1.custom.css > http://localhost/aiki/?pretty=/assets/javascript/codemirror/css/docs.css > > Is those supposed to return the content of those files? > > -- > You received this question notification because you are a member of Aiki > Framework Developers, which is an answer contact for aikiframework. > > _______________________________________________ > Mailing list: https://launchpad.net/~aikiframework-devel > Post to : [email protected] > Unsubscribe : https://launchpad.net/~aikiframework-devel > More help : https://help.launchpad.net/ListHelp > -- Bassel Safadi http://bassel.ws http://aikilab.org Global +1 323-545-3855 Singapore +65 93488349
_______________________________________________ Mailing list: https://launchpad.net/~aikiframework-devel Post to : [email protected] Unsubscribe : https://launchpad.net/~aikiframework-devel More help : https://help.launchpad.net/ListHelp

