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

2017-12-28 Thread Shubham Yedage
Hello Brandon, I am facing same issue where even after updating java script 
I am not able to look changes on my local browser. I guess for my IP app 
engine has cached changes. Can you provide descriptive steps for 
identifying and fixing issue. Thanks!

On Friday, December 2, 2011 at 4:27:02 PM UTC+5:30, Brandon Wirtz wrote:
>
> Not if edgecache locked on to it. If it is local then yes.  
>
>  
>
> Also consider installing Fiddler 2 on your system, it helps make sure you 
> are always looking at live versions, and will tell you what cache headers 
> are being sent.  It will also tell you of 301’s 302’s and the latency and 
> through put of your requests.
>
>  
>
> *From:* google-a...@googlegroups.com  [mailto:
> google-a...@googlegroups.com ] *On Behalf Of *Rohan 
> Chandiramani
> *Sent:* Friday, December 02, 2011 2:52 AM
> *To:* 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" 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-a...@googlegroups.com 
> .
> To unsubscribe from this group, send email to 
> google-appengi...@googlegroups.com .
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine?hl=en.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/e88c6706-e6c3-4f2f-883c-1d24e72d55ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[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 'ignored' CSS for a while when loading pages from the 
 local development server. After many months of hard reloading the page, we 
 finally figured out the issue, which I filed here:

 https://code.google.com/p/googleappengine/issues/detail?id=9411

 I'm posting it here in case you're also experience 'ignored' CSS on your 
 local development server, and want to vote for it :)

 tom
  


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[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 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 'ignored' CSS for a while when loading pages from the 
 local development server. After many months of hard reloading the page, we 
 finally figured out the issue, which I filed here:

 https://code.google.com/p/googleappengine/issues/detail?id=9411

 I'm posting it here in case you're also experience 'ignored' CSS on your 
 local development server, and want to vote for it :)

 tom
  



-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.




[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@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2011-12-02 Thread Brandon Wirtz
Not if edgecache locked on to it. If it is local then yes.  

 

Also consider installing Fiddler 2 on your system, it helps make sure you
are always looking at live versions, and will tell you what cache headers
are being sent.  It will also tell you of 301's 302's and the latency and
through 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@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2011-12-02 Thread Mike
Ctrl + F5 was my first solution, needless to say it doesn't work as
Brandon suggested.

I have set the expiration of css files to 7 days in my appengine-
web.xml, I'm sure this hasn't caused an issue before when updating CSS
files though.

Would it be worth reducing this or am I just going to have to wait 7
days before app engine updates the CSS to the new version I
deployed?

Thanks

On Dec 2, 10:57 am, Brandon Wirtz drak...@digerat.com wrote:
 Not if edgecache locked on to it. If it is local then yes.

 Also consider installing Fiddler 2 on your system, it helps make sure you
 are always looking at live versions, and will tell you what cache headers
 are being sent.  It will also tell you of 301's 302's and the latency and
 through 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 
 visithttps://groups.google.com/d/msg/google-appengine/-/pP0B0lBQKWgJ.
 To post to this group, send email to google-appengine@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group 
 athttp://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 changes. Most of the 
time I'am using Chrome with Firebug Lite and Firefox with webtools.

-- 
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/-/ylPU-WwfmwYJ.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 phy...@gmail.com wrote:
 Hey

 I have made changes to one of my CSS files, however after deploying my
 application the changes to the CSS are not being reflected in the live
 CSS. If I go to the explicit version number of the app I.e.
 1.myappid.appspot.com the changes to the CSS are apparent.

 Is this a server caching issue that will sort itself out or do I need
 to do something to fix this?

 Thanks

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



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

2011-12-02 Thread Brandon Wirtz
Don't put Query strings in your css links, that is a horrible hack. Set your
cache headers, or version your files in the name.

Query strings for cache busting hard coded in the HTML will bust caching for
users later as well.


-Original Message-
From: google-appengine@googlegroups.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 current built of your app for 1234 so all caches break each time
you update your app

On Dec 2, 4:32 am, Mike phy...@gmail.com wrote:
 Hey

 I have made changes to one of my CSS files, however after deploying my 
 application the changes to the CSS are not being reflected in the live 
 CSS. If I go to the explicit version number of the app I.e.
 1.myappid.appspot.com the changes to the CSS are apparent.

 Is this a server caching issue that will sort itself out or do I need 
 to do something to fix this?

 Thanks

--
You received this message because you are subscribed to the Google Groups
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 version of your front end before deploying
you can miss to notice such differences.

Buona fortuna
Lorenzo

On Jan 13, 2:42 pm, Massimiliano massimiliano.pietr...@gmail.com
wrote:
 The css is loaded, as everything is working well (background, box dimension,
 font,), only the float is not working!!

 2011/1/13 Martin Webb spydre...@yahoo.co.uk



  This may seem stupid - but if the css file is an include and the css not
  working when deployed have you checked your url - is it correct? Have you
  tried just a simple css block in the HTML. I use loads of css on my site no
  issues, also are you checking on same pc/different browser or is everything
  the same.

  Regards

  *Martin Webb*

  The information contained in this email is confidential and may contain
  proprietary information. It is meant solely for the intended recipient.
  Access to this email by anyone else is unauthorised. If you are not the
  intended recipient, any disclosure, copying, distribution or any action
  taken or omitted in reliance on this, is prohibited and may be unlawful. No
  liability or responsibility is accepted if information or data is, for
  whatever reason corrupted or does not reach its intended recipient. No
  warranty is given that this email is free of viruses. The views expressed in
  this email are, unless otherwise stated, those of the author

  --
  *From:* Massimiliano massimiliano.pietr...@gmail.com
  *To:* google-appengine@googlegroups.com
  *Sent:* Thu, 13 January, 2011 11:02:46
  *Subject:* Re: [google-appengine] CSS

  Yes, I have waited more of 24h. I'm dealing whit this from Sunday.
  I can't understand why with the same browser on the same pc, offline it
  works, online it doesn't.

  2011/1/13 Wim den Ouden wdenou...@gmail.com

  Did you wait for a moment and try it again?
  static files are stored on a server near you, app files on the appengine
  server
  gr
  wim

  2011/1/13 Massimiliano massimiliano.pietr...@gmail.com:
   Dear all,
   I'm building a web site and I'm working with the float tag on my CSS.
   The website is working well offline, but when I deploy it on the
  appegine
   all the box are in one column in the right (instead of some blocks
  floating
   on the left and some others on the right).
   Is something I need to know in using CSS for appengine? I can't find
   documentation about this.
   Regards
   Max
   --

   My email: massimiliano.pietr...@gmail.com
   My Google Wave: massimiliano.pietr...@googlewave.com

   --
   You received this message because you are subscribed to the Google
  Groups
   Google App Engine group.
   To post to this group, send email to google-appengine@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

  --
  gr
  Wim den Ouden
  Custom applications,https://e-comm.appspot.com/
  Free open source E-commerce framework (web) apps,
 http://code.google.com/p/relat/
  Gae developer tips,http://code.google.com/p/relat/wiki/gaetips

  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

  --

  My email: massimiliano.pietr...@gmail.com
  My Google Wave: massimiliano.pietr...@googlewave.com

  --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

   --
  You received this message because you are subscribed to the Google Groups
  Google App Engine group.
  To post to this group, send email to google-appengine@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

 --

 My email: massimiliano.pietr...@gmail.com
 My Google Wave: massimiliano.pietr...@googlewave.com

-- 
You received this message 

[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-root/public/public-root
to solve the problem. didnt test it yet.

Regards
Tzach

On Sep 22, 5:34 am, Julian Namaro namarojul...@gmail.com wrote:
 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 cache busting solutions.

 Julianhttp://www.memobuild.com

 On Sep 21, 3:23 am, Tzach tzach.livya...@gmail.com wrote:

  I have a strange issue with a CSS file: although it is available, it
  is not executed.
  Does anybody encounter this problem?

  Here is the CSS:http://sudoku-solver-online.appspot.com/stylesheets/main.css

  Here is the HTML file calling ithttp://sudoku-solver-online.appspot.com/

  My appengine-web.xml does includes there right path, otherwise it
  would not have works with the local Jetty server (it does)

    static-files
      include path=/**.css /
    /static-files

  Thanks
  Tzach

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 cache busting solutions.


Julian
http://www.memobuild.com


On Sep 21, 3:23 am, Tzach tzach.livya...@gmail.com wrote:
 I have a strange issue with a CSS file: although it is available, it
 is not executed.
 Does anybody encounter this problem?

 Here is the CSS:http://sudoku-solver-online.appspot.com/stylesheets/main.css

 Here is the HTML file calling ithttp://sudoku-solver-online.appspot.com/

 My appengine-web.xml does includes there right path, otherwise it
 would not have works with the local Jetty server (it does)

   static-files
     include path=/**.css /
   /static-files

 Thanks
 Tzach

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[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 junshen2...@gmail.com wrote:
 Hi,

 I am using acssfile in my jsp file like this:

 link href=css/corp.css rel=stylesheet type=text/css /

 But I am gettingerror:

 - Nomappingfor [/css/corp.css/index.html] in DispatcherServlet with
 name xxx

 I do not know why App Eng appends index.html. Is it because I am using
 Spring Framework for my app eng application? How can I fix the
 problem?

 Same for all images, it is also appending index.html after image file
 names.

 Thanks,

 Jun
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---