Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 03:28 PM, i...@saksys.de wrote: > Ahh.. so i have to manipulate euri? Yes, like the manual reference says: "The current produced script URI is available and can be modified in the variable euri." If you search the ml archive you will find sample plugin's. > > Tanks, i will open

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Ahh.. so i have to manipulate euri? Tanks, i will open a bug (hint) ;) > > > On 09/23/2010 03:18 PM, i...@saksys.de wrote: >> Sorry, its me again, but know i see what this option does. But we want >> just to disabe caching an scripts we are still working on. Your >> suggestion >> includes script

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 03:18 PM, i...@saksys.de wrote: > Sorry, its me again, but know i see what this option does. But we want > just to disabe caching an scripts we are still working on. Your suggestion > includes script to the loader, so must use generate.py every time i want > to reload my project. N

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 03:02 PM, i...@saksys.de wrote: > You guys are owsome, but some times I think you are from an another > planet. Why you dont write such a hint to the manual? "One thing drives out another...", as they say. Feel free to open a bug for it. T. > > regards Sak > > >> >> >> On 09/2

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Sorry, its me again, but know i see what this option does. But we want just to disabe caching an scripts we are still working on. Your suggestion includes script to the loader, so must use generate.py every time i want to reload my project. So may be their is a better solution? regards Sak > You

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
You guys are owsome, but some times I think you are from an another planet. Why you dont write such a hint to the manual? regards Sak > > > On 09/23/2010 02:24 PM, i...@saksys.de wrote: >> Hi, >> >> it is possible. I hacked my projectname.js, in my case asa.js at line 48 >> to >> >> if (qx.$$loa

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 02:24 PM, i...@saksys.de wrote: > Hi, > > it is possible. I hacked my projectname.js, in my case asa.js at line 48 to > > if (qx.$$loader.addNoCacheParam || euri.match(/\.\.\/source\/class\//)) { > > // qx.$$loader.addNoCacheParam is false in my case > > For me its helps very mu

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Hi, it is possible. I hacked my projectname.js, in my case asa.js at line 48 to if (qx.$$loader.addNoCacheParam || euri.match(/\.\.\/source\/class\//)) { // qx.$$loader.addNoCacheParam is false in my case For me its helps very much, because i gragged my projekt site to the bookmark bar on my fi

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread thron7
On 09/23/2010 01:51 PM, i...@saksys.de wrote: > Tank you Guilherme! You saved my time. > > is it possible to set nocache just to self written classes? I mean their > is no need to download the framework files everytime but the oen classes. No, it's currently not possible, but you could add an e

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread Guilherme Aiolfi
I don't think it's possible. But it does make sense. I'm interested in that too. On Thu, Sep 23, 2010 at 8:51 AM, wrote: > Tank you Guilherme! You saved my time. > > is it possible to set nocache just to self written classes? I mean their > is no need to download the framework files everytime bu

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Tank you Guilherme! You saved my time. is it possible to set nocache just to self written classes? I mean their is no need to download the framework files everytime but the oen classes. regards Sak > Inside the "jobs" entry: > >"source-script" : > { > "compile-options": > { >"uris":

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread Guilherme Aiolfi
Inside the "jobs" entry: "source-script" : { "compile-options": { "uris": { "add-nocache-param":false } } }, On Thu, Sep 23, 2010 at 6:43 AM, wrote: > Sorry, now I see i placed the object in commented area, but i tried to use > this config, no efort! > > { > "name"

Re: [qooxdoo-devel] disable nochache

2010-09-23 Thread info
Sorry, now I see i placed the object in commented area, but i tried to use this config, no efort! { "name": "asa", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ], "export" : [ "api", "build", "clean", "distclean",

[qooxdoo-devel] disable nochache

2010-09-23 Thread info
Hi List, how to disable the new nocache param on loading source scripts? I tried like the dev team told, but there is no rsult. This is my config.js... is their any error? { "name": "asa", "include" : [ { "path" : "${QOOXDOO_PATH}/tool/data/config/application.json" } ]