google-a...@googlegroups.com
> *Subject:* [google-appengine] Re: CSS file not updating when deploying app
>
>
>
> I think Ctrl-F5 solves this.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Google App Engine" gro
Yes, we have the 'static_dir' in our app.yaml.
This is only a problem on the local development server. The issue is a
confirmed defect, we just need more people to vote for it :)
tom
On Tuesday, July 2, 2013 9:36:09 AM UTC-7, wiki...@gmail.com wrote:
>
> did you tried adding, static_dir in ap
did you tried adding, static_dir in app.yaml
go to app.yaml file
add under "handlers:"
"""- url: url_of_css(for eg /static)
static_dir: static""
Thank you
Harsh Bhikadia
(http://www.wikicious.appspot.com/)
On Friday, June 28, 2013 12:16:18 AM UTC+5:30, tom wrote:
>
> We'd been seeing 'ignore
s.com
[mailto:google-appengine@googlegroups.com] On Behalf Of JH
Sent: Friday, December 02, 2011 6:00 AM
To: Google App Engine
Subject: [google-appengine] Re: CSS file not updating when deploying app
try using a cache-busting stragegy, like "mystyle.css?1234" You could even
insert the curren
try using a cache-busting stragegy, like "mystyle.css?1234" You could
even insert the current built of your app for 1234 so all caches break
each time you update your app
On Dec 2, 4:32 am, Mike wrote:
> Hey
>
> I have made changes to one of my CSS files, however after deploying my
> application
I never have these problems.
I see my changes right away. I'am using Stylizer to change my CSS in real
time and for testing in different browsers. And than I save (update) my
changed CSS in my Eclipse / Pydev static folder of my project.
After uploading the new changed CSS I also see the change
pengine@googlegroups.com] On Behalf Of Rohan Chandiramani
> Sent: Friday, December 02, 2011 2:52 AM
> To: google-appengine@googlegroups.com
> Subject: [google-appengine] Re: CSS file not updating when deploying app
>
> I think Ctrl-F5 solves this.
>
> --
> You received this mes
hrough put of your requests.
From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Rohan Chandiramani
Sent: Friday, December 02, 2011 2:52 AM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Re: CSS file not updating when deploying app
I think Ctrl-F5 solves this.
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/pP0B0lBQKWgJ.
To post to this group, send email to google-appengine@go
Just a guess...
are you using GWT with development mode or similar frameworks?
In GWT, development mode (on the fly execution) and production mode
(compiled javascript) sometimes differ in layout details, such as
dimensions, float, HTML elements wraparound behavior.
If you don't try a compiled ver
Thanks Julian
It is working now. I have moved the location of the stylesheets
directly under the war
This works, but after some more reading I believe I could have change
the static file root directory at appengine-web.xml to
"/public"
to solve the problem. didnt test it yet.
Regards
Tzach
On Se
Hi,
What do you mean "it is not executed" ? Your CSS has only some rules
for body and tables and it works fine in my browser. Do you mean your
CSS file is not updated when you push a new version of your
application? In that case that's a static files cache issue, you can
search this forum for "cac
Hi Jun,
This looks like the same question as in this thread so I think we'll
consolidate this question here:
http://groups.google.com/group/google-appengine/browse_thread/thread/c67c7194ac3248b2
Thank you,
Jeff
On Apr 9, 6:37 am, Jun wrote:
> Hi,
>
> I am using acssfile in my jsp file like t
13 matches
Mail list logo