Hi there,

I started a few months ago to go on a different route, so I'm grabbing the
less files from the Github project and I'm using them as follows:

My dir structure:
|-assets
  |-css
    |-application.css (auto compiled with WinLess)
  |-font
    |-... (webfonts files)
  |-img
    |-... (all images, icons, sprites, etc.)
  |-js
    |-... (all my JS files)
  |-less
    |-libs
       |-BS
         |-... (all Bootstrap less files, in case of an upgrade just get
the newer version and overwrite the entire folder)
    |-myapp
       |-... (all custom less files, if I make changes in a BS component
than the file name will be the same as the one in "libs/BS")
    |-application.less (in this file I'm importing everything:
bootstrap.less, responsive.less and all custom less files)


You can use less.js and add application.less into your header or, as I do
it, use WinLess to compile application.less to aplication.css and add this
CSS file to your header. WinLess will recompile your CSS every time you
modify and save a less file included in your less folder.


Hope it helps,
Raul.




On Thu, Apr 25, 2013 at 9:51 PM, Ravi Malviya <[email protected]>wrote:

> hello All
>
> How to manage Bootstrap LESS upgrades and UI customization changes, please
> share doc or sample project stature. thanks a lot for your help. ravi
>
> --
> You received this message because you are subscribed to the Google Groups
> "twitter-bootstrap" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to