Re: Best practices for using CSS resource references

2012-02-07 Thread Martin Grigorov
Hi, On Mon, Feb 6, 2012 at 11:03 PM, Alec Swan alecs...@gmail.com wrote: Hello, I have a LocalResourceScope class (aliased as local shared resource) and style.css in the same package. I can access resources/local/style.css directly from the browser and track the size of HTTP

Re: Best practices for using CSS resource references

2012-02-07 Thread Jordi Deu-Pons
Hi Alec, I'm using this maven plugin on production releases: http://alchim.sourceforge.net/yuicompressor-maven-plugin/ that compress the CSS and the JS before packaging it into the WAR. On Tue, Feb 7, 2012 at 9:06 AM, Martin Grigorov mgrigo...@apache.org wrote: Hi, On Mon, Feb 6, 2012 at

Re: Best practices for using CSS resource references

2012-02-07 Thread Alec Swan
3 responses in one day, awesome! Serban and Jordi, our app allows users to upload custom CSS so compile-time solutions will not work for us here. Martin, if I understood you correctly there is no special support, such as removing comments, in Wicket for CSS resources, right? If

Re: Best practices for using CSS resource references

2012-02-07 Thread Martin Grigorov
On Tue, Feb 7, 2012 at 6:30 PM, Alec Swan alecs...@gmail.com wrote: 3 responses in one day, awesome! Serban and Jordi, our app allows users to upload custom CSS so compile-time solutions will not work for us here. Martin, if I understood you correctly there is no special support, such as

Re: Best practices for using CSS resource references

2012-02-07 Thread Martin Grigorov
On Tue, Feb 7, 2012 at 6:30 PM, Alec Swan alecs...@gmail.com wrote: 3 responses in one day, awesome! Serban and Jordi, our app allows users to upload custom CSS so compile-time solutions will not work for us here. Martin, if I understood you correctly there is no special support, such as

Re: Best practices for using CSS resource references

2012-02-07 Thread Serban.Balamaci
more efficient to do the first). -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Best-practices-for-using-CSS-resource-references-tp4362796p4365408.html Sent from the Users forum mailing list archive at Nabble.com

Re: Best practices for using CSS resource references

2012-02-07 Thread Alec Swan
the resource has been uploaded or even when requested(though probably it's more efficient to do the first). -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Best-practices-for-using-CSS-resource-references-tp4362796p4365408.html Sent from the Users forum mailing list

Best practices for using CSS resource references

2012-02-06 Thread Alec Swan
Hello, I have a LocalResourceScope class (aliased as local shared resource) and style.css in the same package. I can access resources/local/style.css directly from the browser and track the size of HTTP request/response to retrieve CSS. I also tried to do bind the CSS file as follows new

Re: Best practices for using CSS resource references

2012-02-06 Thread Serban.Balamaci
-practices-for-using-CSS-resource-references-tp4362796p4363970.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h