Hey Johann How about you use Bower and npm modules?
If you want a working sample, I recommend to look at my personnal web site static workspace on github [0]. Most particularily the component.json and the package.json that handles Bower and npm dependency management. In this workspace, you will see it is a static version in which I do not use any backend technology except RoughDraft.js as a system to generate loops to focus solely on the markup in a concise way. As for debian, you might be talking about deployment, how about you have: 1. A workspace folder that you have an offline checkout of all libraries that you use to package zip file of a new version 2. A git remote that has proper submodules for non bower/npm managed dependencies 3. A script that handles the checkout in the workspace folder (1) and make the tagged zip file for deployment and automate checkout from the thin repository (2) to checkout and submodule out of That's how i work. That way, the repo is not cluttered with dependencies, and you always have a flat list of releases archives with all you need to have and you can automate revert from one archive to another. Hope it is helpful to you. [0]: https://github.com/renoirb/renoirboulanger-static/ On Friday, August 16, 2013 3:10:31 AM UTC-4, Johann Spies wrote: > > Ater reading the thread "Bootstrap 3 now harder to use" I decided to learn > less. > > However, so far I could not find a way to properly install it on Debian. > There are no Debian standard packages I could find that provide all the > tools. > > I have tried the Crunch editor, but apparently that does not work on Linux. > > The howto's for Ubunto I could find did not work for my setup (Debian > Testing/Sid). > > How do install less and all the tools it requires on Debian? > > Regards > Johann > > -- > Because experiencing your loyal love is better than life itself, > my lips will praise you. (Psalm 63:3) > -- 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.
