Re: [google-appengine] Re: CSS file not updating when deploying app

2017-12-28 Thread Shubham Yedage
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

[google-appengine] Re: CSS being ignored on local development server

2013-07-03 Thread tom
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

[google-appengine] Re: CSS being ignored on local development server

2013-07-03 Thread wikicious
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

RE: [google-appengine] Re: CSS file not updating when deploying app

2011-12-02 Thread Brandon Wirtz
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

[google-appengine] Re: CSS file not updating when deploying app

2011-12-02 Thread JH
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

[google-appengine] Re: CSS file not updating when deploying app

2011-12-02 Thread voscausa
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

[google-appengine] Re: CSS file not updating when deploying app

2011-12-02 Thread Mike
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

RE: [google-appengine] Re: CSS file not updating when deploying app

2011-12-02 Thread Brandon Wirtz
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

[google-appengine] Re: CSS file not updating when deploying app

2011-12-02 Thread Rohan Chandiramani
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

[google-appengine] Re: CSS

2011-01-13 Thread l.denardo
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

[google-appengine] Re: CSS available but not executed

2010-09-22 Thread Tzach
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

[google-appengine] Re: CSS available but not executed

2010-09-21 Thread Julian Namaro
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

[google-appengine] Re: css mapping error

2009-04-10 Thread Jeff S
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