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
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
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
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
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
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
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
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
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
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
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":
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"
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",
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"
}
]
14 matches
Mail list logo