Would you like to give me any Java LESS compiler which works as resource handler at server side like that.
On Thu, May 3, 2012 at 3:24 PM, Barry vd. Heuvel <[email protected]> wrote: > It is better to compile the less files serverside, not clientside with JS. > Maybe the user doesn't have javascript enabled, and then there is not style. > > > On Thu, May 3, 2012 at 10:07 AM, Nguyen Duc Khoi <[email protected]>wrote: > >> That mean you're using a handler like 'resource handler' to handle all >> LESS, pre-compile and cache them before render to client, right? >> >> >> On Thu, May 3, 2012 at 3:04 PM, Tom Fulcher <[email protected]>wrote: >> >>> We’re doing some sites in .NET and using a request handler to cache >>> compiled less files.. works really well and gives you the flexibility to >>> keep things neat without having to roll them down to css every time you >>> want to deploy**** >>> >>> ** ** >>> >>> *From:* [email protected] [mailto: >>> [email protected]] *On Behalf Of *Nguyen Duc Khoi >>> *Sent:* Thursday, 3 May 2012 6:01 PM >>> *To:* twitter-bootstrap >>> *Subject:* How to use Twitter Bootstrap in productions, LESS or >>> compressed CSS?**** >>> >>> ** ** >>> >>> I'm working in J2EE project which want to use Twitter Bootstrap as main >>> style for front-end, with some customizations for fitting product.**** >>> >>> I don't know should I use LESS or CSS format introduced by Twitter >>> Bootstrap, if use LESS I have to compile these files to CSS at server or >>> client side, which Java framework help me at server side because I need to >>> cache the stylesheet in product mode, otherwise don't need to cache them. >>> **** >>> >>> I'm wondering that compiling client site will impacts to product >>> performance.**** >>> >>> >>> -- >>> Thanks, best regard! >>> ====================================== >>> Duc Khoi Nguyen >>> Portal Team >>> JBoss/Redhat GateIn portal (http://gatein.org) >>> eXo Platform South East Asia (http://www.exoplatform.com) >>> T: http://twitter.com/ndkhoiits**** >>> >> >> >> >> -- >> Thanks, best regard! >> ====================================== >> Duc Khoi Nguyen >> Portal Team >> JBoss/Redhat GateIn portal (http://gatein.org) >> eXo Platform South East Asia (http://www.exoplatform.com) >> T: http://twitter.com/ndkhoiits >> >> > -- Thanks, best regard! ====================================== Duc Khoi Nguyen Portal Team JBoss/Redhat GateIn portal (http://gatein.org) eXo Platform South East Asia (http://www.exoplatform.com) T: http://twitter.com/ndkhoiits
